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:
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()
{