From 0b8f2695c6c8530e4c95d3b3372f475d3e67970a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20M=C3=BCller?= Date: Mon, 16 Jan 2017 15:55:22 +0100 Subject: fix confusing typo in error message --- mgizapp/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3