git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1563 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
jhumeau 2009-03-19 16:24:28 +00:00
commit b4232bbce0
4 changed files with 63 additions and 57 deletions

View file

@ -91,7 +91,7 @@ private:
_dest.back().flag(0);
}
}
while (nextMove(move, _src) && (comparator( _src.objectiveVector(),objVec)));
while (nextMove(move, _src) && (!comparator( _src.objectiveVector(),objVec)));
if(!nextMove(move, _src))
_src.flag(1);
}