From 582ece503508fb050778c21816f106162d532a1f Mon Sep 17 00:00:00 2001 From: Nicola Bertoldi Date: Wed, 8 Oct 2014 12:31:38 +0200 Subject: [PATCH] minor change --- moses-cmd/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp index 115e8b3fa..c9b8c5348 100644 --- a/moses-cmd/Main.cpp +++ b/moses-cmd/Main.cpp @@ -306,7 +306,7 @@ public: if (!staticData.UseMBR()) { bestHypo = manager.GetBestHypothesis(); if (bestHypo) { - if (StaticData::Instance().GetOutputHypoScore()) { + if (staticData..GetOutputHypoScore()) { out << bestHypo->GetTotalScore() << ' '; } if (staticData.IsPathRecoveryEnabled()) {