From 02db7f7e2435603ac420620d5f740168eb9a163d Mon Sep 17 00:00:00 2001 From: evomarc Date: Tue, 24 Apr 2001 05:03:54 +0000 Subject: [PATCH] Cleaning up --- eo/src/do/make_continue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);