From fac8fc0742f4547220a8f3de9bc39c064a2954aa Mon Sep 17 00:00:00 2001 From: ldacosta Date: Fri, 28 Mar 2008 16:24:17 +0000 Subject: [PATCH] Output functor is needed if there is screen output OR FILE OUTPUT - until now, it was only created and stored in the screen output was activated. Line 120 of make_checkpoint.h --- eo/src/do/make_checkpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/do/make_checkpoint.h b/eo/src/do/make_checkpoint.h index dcb99c07..f700a519 100644 --- a/eo/src/do/make_checkpoint.h +++ b/eo/src/do/make_checkpoint.h @@ -238,7 +238,7 @@ eoCheckPoint& do_make_checkpoint(eoParser& _parser, eoState& _state, eoValu eoSecondMomentStats *secondStat = NULL; - if ( printBestParam.value() ) // we need it for sreen output + if ( printBestParam.value() || fileBestParam.value() ) // we need it for screen output or file output {