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:
parent
64fb5d2c45
commit
fac8fc0742
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ eoCheckPoint<EOT>& do_make_checkpoint(eoParser& _parser, eoState& _state, eoValu
|
||||||
|
|
||||||
eoSecondMomentStats<EOT> *secondStat = NULL;
|
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
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue