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

This commit is contained in:
ldacosta 2008-03-28 16:24:17 +00:00
commit fac8fc0742

View file

@ -238,7 +238,7 @@ eoCheckPoint<EOT>& do_make_checkpoint(eoParser& _parser, eoState& _state, eoValu
eoSecondMomentStats<EOT> *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
{