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:
parent
2a4909cbdf
commit
a4f6668c81
3 changed files with 9 additions and 20 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue