summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoder/cdec.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/cdec.cc b/decoder/cdec.cc
index 0a4593ef..9e40ae8a 100644
--- a/decoder/cdec.cc
+++ b/decoder/cdec.cc
@@ -422,7 +422,7 @@ int main(int argc, char** argv) {
double presize=forest.edges_.size();
forest.BeamPruneInsideOutside(1.0, false, prelm_beam_prune, NULL);
cerr << viterbi_stats(forest," Pruned -LM forest",false,false);
- cerr << " Pruned -LM forest (beam="<<prelm_beam_prune<<") portion of edges kept: "<<forest.edges_.size()/presize;
+ cerr << " Pruned -LM forest (beam="<<prelm_beam_prune<<") portion of edges kept: "<<forest.edges_.size()/presize<<endl;
}
bool has_late_models = !late_models.empty();