* eoReduceSplit.h: bad syntax in using eo::log
This commit is contained in:
parent
bc30b2ce50
commit
211de53623
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ public:
|
|||
{
|
||||
if (t_rate <= 0.5)
|
||||
{
|
||||
eo::log << eo:warnings << "Warning, Rate for eoStochTournamentTruncateSplit adjusted to 0.51" << std::endl;
|
||||
eo::log << eo::warnings << "Warning, Rate for eoStochTournamentTruncateSplit adjusted to 0.51" << std::endl;
|
||||
t_rate = 0.51;
|
||||
}
|
||||
if (t_rate > 1)
|
||||
|
|
|
|||
Reference in a new issue