git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@691 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
canape 2007-10-09 08:30:32 +00:00
commit b02fee572e

View file

@ -37,6 +37,5 @@
#include "route_eval.h"
void RouteEval :: operator () (Route & __route) {
std::cout<<"\nICI";
__route.fitness (- (int) length (__route));
}