minor change

This commit is contained in:
Nicola Bertoldi 2014-10-08 12:31:38 +02:00
parent 77e9e91b08
commit 582ece5035

View File

@ -306,7 +306,7 @@ public:
if (!staticData.UseMBR()) { if (!staticData.UseMBR()) {
bestHypo = manager.GetBestHypothesis(); bestHypo = manager.GetBestHypothesis();
if (bestHypo) { if (bestHypo) {
if (StaticData::Instance().GetOutputHypoScore()) { if (staticData..GetOutputHypoScore()) {
out << bestHypo->GetTotalScore() << ' '; out << bestHypo->GetTotalScore() << ' ';
} }
if (staticData.IsPathRecoveryEnabled()) { if (staticData.IsPathRecoveryEnabled()) {