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
diff options
context:
space:
mode:
Diffstat (limited to 'moses/Util.h')
-rw-r--r--moses/Util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Util.h b/moses/Util.h
index 68989721c..5c9b493f2 100644
--- a/moses/Util.h
+++ b/moses/Util.h
@@ -421,7 +421,7 @@ inline float CalcTranslationScore(const std::vector<float> &probVector,
out << *this; \
return out.str(); \
} \
-
+
//! delete and remove every element of a collection object such as set, list etc
template<class COLL>
void RemoveAllInColl(COLL &coll)