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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-08-08 14:57:05 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-08-08 14:57:05 +0300
commitac862945bbf856d10c561951823a2321b35dba30 (patch)
treefb8dba1518e2c3df579ca1012cd24e9c52fb416b /moses/SearchNormal.cpp
parent21aa5af640946c0f00c717a0774d05441a4b6902 (diff)
Bug fix: endl => std::endl.
Diffstat (limited to 'moses/SearchNormal.cpp')
-rw-r--r--moses/SearchNormal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/SearchNormal.cpp b/moses/SearchNormal.cpp
index 52b56a30a..85acb7632 100644
--- a/moses/SearchNormal.cpp
+++ b/moses/SearchNormal.cpp
@@ -81,7 +81,7 @@ ProcessOneStack(HypothesisStack* hstack)
*/
void SearchNormal::Decode()
{
- SentenceStats &stats = m_manager.GetSentenceStats();
+ // SentenceStats &stats = m_manager.GetSentenceStats();
// initial seed hypothesis: nothing translated, no words produced
Hypothesis *hypo = Hypothesis::Create(m_manager, m_source, m_initialTransOpt);