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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-10-19 02:00:40 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-19 02:00:40 +0300
commitd757346b55cf497f7a6887b00c1a84402f33f374 (patch)
tree30a3b680d2557ee81028d5c8ceb14dbcb834c1d2 /moses/Util.h
parentb8b3d2111a20c6f401291160a01db4bc03ce3676 (diff)
daily automatic beautifier
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 cc0f7314b..c30ae5018 100644
--- a/moses/Util.h
+++ b/moses/Util.h
@@ -428,7 +428,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)