diff --git a/eo/src/do/make_continue.h b/eo/src/do/make_continue.h index cda5d9a2..8bb8d743 100644 --- a/eo/src/do/make_continue.h +++ b/eo/src/do/make_continue.h @@ -36,7 +36,7 @@ It can then be instantiated, and compiled on its own for a given EOType // Continuators - all include eoContinue.h #include #include -#include +#include #include #include #ifndef _MSC_VER @@ -85,7 +85,7 @@ eoContinue & do_make_continue(eoParameterLoader& _parser, eoState& _state, eoValueParam& minGenParam = _parser.createParam(unsigned(0), "minGen", "Minimum number of generations",'g', "Stopping criterion"); if (_parser.isItThere(steadyGenParam)) { - eoSteadyGenContinue *steadyCont = new eoSteadyGenContinue + eoSteadyFitContinue *steadyCont = new eoSteadyFitContinue (minGenParam.value(), steadyGenParam.value()); // store _state.storeFunctor(steadyCont);