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-08-08 02:00:45 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-08-08 02:00:45 +0300
commit21aa5af640946c0f00c717a0774d05441a4b6902 (patch)
tree263d9827fd439e6c909b771821776e40151b7fc8 /moses/Incremental.cpp
parent883c34aee9266cce72f9a8851e863cb4b910c718 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Incremental.cpp')
-rw-r--r--moses/Incremental.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Incremental.cpp b/moses/Incremental.cpp
index 51fcb0bf5..d1eb3b532 100644
--- a/moses/Incremental.cpp
+++ b/moses/Incremental.cpp
@@ -223,8 +223,8 @@ namespace
const float log_10 = logf(10);
}
-template <class Model, class Best>
-search::History
+template <class Model, class Best>
+search::History
Manager::
PopulateBest(const Model &model, const std::vector<lm::WordIndex> &words, Best &out)
{