From 142cc2033e02d3e54802049996841aa17ebc28ba Mon Sep 17 00:00:00 2001 From: jboisson Date: Wed, 5 Mar 2008 13:21:55 +0000 Subject: [PATCH] Small modifications of affectation.h due to test under Windows plateform git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1068 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/tutorial/examples/function/affectation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {};