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:
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/simulate-pe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-cmd/simulate-pe.cc b/moses-cmd/simulate-pe.cc
index e88c1e463..5384d9886 100644
--- a/moses-cmd/simulate-pe.cc
+++ b/moses-cmd/simulate-pe.cc
@@ -280,7 +280,7 @@ public:
if (file->is_complete() && file->good()) {
fix(*file,PRECISION);
- manager.OutputSearchGraphAsHypergraph(m_lineNumber, *file);
+ manager.OutputSearchGraphAsHypergraph(*file);
file -> flush();
} else {
TRACE_ERR("Cannot output hypergraph for line " << m_lineNumber