part_two_opt_next.cpp has been corrected with the right class name

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1584 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2009-04-22 06:37:32 +00:00
commit ffbabf3ad1

View file

@ -37,7 +37,7 @@
#include "part_two_opt_next.h"
#include "graph.h"
bool TwoOptNext :: operator () (TwoOpt & __move, const Route & __route)
bool PartTwoOptNext :: operator () (TwoOpt & __move, const Route & __route)
{
if (__move.first == Graph :: size () - 4 && __move.second == __move.first + 2)
{