There was a problem with the activation of the Ctrl C

This commit is contained in:
evomarc 2002-07-24 18:05:18 +00:00
commit bc7aee869f

View file

@ -134,7 +134,7 @@ eoContinue<Indi> & do_make_continue(eoParser& _parser, eoState& _state, eoEvalFu
// the CtrlC interception (Linux only I'm afraid)
eoCtrlCContinue<Indi> *ctrlCCont;
eoValueParam<bool>& ctrlCParam = _parser.createParam(false, "CtrlC", "Terminate current generation upon Ctrl C",'C', "Stopping criterion");
if (_parser.isItThere(ctrlCParam))
if (ctrlCParam.value())
{
ctrlCCont = new eoCtrlCContinue<Indi>;
// store