Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mert
diff options
context:
space:
mode:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-04-29 22:06:08 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-04-29 22:06:08 +0300
commit1c37f92d77312c188d0f30105dfcf2d04fe4d179 (patch)
tree83eec4f1f074608e6e1c5b1c446a2a6ed0f7e4a5 /mert
parent315610c02aa9455bbaf1cb3540313db5a2100b7a (diff)
Missing return value.
Diffstat (limited to 'mert')
-rw-r--r--mert/TER/bestShiftStruct.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mert/TER/bestShiftStruct.cpp b/mert/TER/bestShiftStruct.cpp
index 0ba3071a7..c8d44e3e3 100644
--- a/mert/TER/bestShiftStruct.cpp
+++ b/mert/TER/bestShiftStruct.cpp
@@ -53,6 +53,7 @@ string bestShiftStruct::toString()
s << m_best_shift->toString() << endl;
s << m_best_align->toString() << endl;
// s << (*m_empty) << endl;
+ return s.str();
}
bool bestShiftStruct::getEmpty()
{