* eoReduceSplit.h: bad syntax in using eo::log

This commit is contained in:
Caner Candan 2011-05-04 17:28:46 +02:00
commit 211de53623

View file

@ -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)