Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Müller <mathias.mueller@uzh.ch>2017-01-16 17:55:22 +0300
committerMathias Müller <mathias.mueller@uzh.ch>2017-01-16 17:55:22 +0300
commit0b8f2695c6c8530e4c95d3b3372f475d3e67970a (patch)
tree6ff7cba573615e76c7da4a3b6efc9fc97d6f916f
parent30e9c49785c36f4aeb00b03c39662d1a62043a96 (diff)
fix confusing typo in error message
-rw-r--r--mgizapp/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgizapp/src/main.cpp b/mgizapp/src/main.cpp
index 3dc0b90..dd2b554 100644
--- a/mgizapp/src/main.cpp
+++ b/mgizapp/src/main.cpp
@@ -638,7 +638,7 @@ double StartTraining(int&result)
}
if(restart == 11 && Model4_Iterations == 0) { // Restart on model 3 but not train on model 3
- cerr << "You specified to load model 4 and train model 4 (restart == 10) but you specified zero Model 4 iteration, please revise your parameters";
+ cerr << "You specified to load model 4 and train model 4 (restart == 11) but you specified zero Model 4 iteration, please revise your parameters";
exit(1);
}