using eo::log instead of std::cout
This commit is contained in:
parent
ffc6efeb97
commit
ac0a909d1d
12 changed files with 27 additions and 24 deletions
|
|
@ -57,7 +57,7 @@ public:
|
|||
(void)_vEO;
|
||||
thisGeneration++;
|
||||
value() = thisGeneration;
|
||||
// std::cout << " [" << thisGeneration << "] ";
|
||||
|
||||
if (thisGeneration >= repTotalGenerations)
|
||||
{
|
||||
if (verbose)
|
||||
|
|
|
|||
Reference in a new issue