From b4e61489c787d0730cd2efff2a1a6f188c85afc5 Mon Sep 17 00:00:00 2001 From: marc Date: Mon, 13 Mar 2000 10:10:00 +0000 Subject: [PATCH] Removed extra {} in operator() --- eo/src/eoStochTournament.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/eoStochTournament.h b/eo/src/eoStochTournament.h index 8a677262..4ef6e0f7 100644 --- a/eo/src/eoStochTournament.h +++ b/eo/src/eoStochTournament.h @@ -56,7 +56,7 @@ template class eoStochTournament: public eoSelectOne DON'T cast the fitness to a float, use the EOT comparator! */ virtual const EOT& operator()(const eoPop& pop) { - return stochastic_tournament(pop, Trate)(); + return stochastic_tournament(pop, Trate); } private: