Config pour les tests unitaires

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1646 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-01-15 15:09:53 +00:00
commit a4f6668c81
3 changed files with 9 additions and 20 deletions

View file

@ -12,7 +12,7 @@ public:
* true if the neighbor1 is better than neighbor2
*/
virtual bool operator()(const Neigh & neighbor1, const Neigh & neighbor2) {
return (neighbor1.fitness() > neighbor2.fitness());
return (neighbor1.fitness() > neighbor2.fitness());
}
/** Return the class id.