diff --git a/trunk/paradiseo-mo/tutorial/examples/function/affectation.h b/trunk/paradiseo-mo/tutorial/examples/function/affectation.h index eabe77ba1..aa45da336 100644 --- a/trunk/paradiseo-mo/tutorial/examples/function/affectation.h +++ b/trunk/paradiseo-mo/tutorial/examples/function/affectation.h @@ -40,8 +40,8 @@ #include #include -// A float that has to be minimized. -typedef eoScalarFitness< float, std::greater > functionFitness ; +// A double that has to be minimized. +typedef eoScalarFitness< double, std::greater > functionFitness ; class Affectation : public EO, public std::pair {};