redundant code : moveBack is call af move method
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2298 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
8a7bbb60b5
commit
f6b110f614
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ public:
|
||||||
* @param _solution the solution to move back
|
* @param _solution the solution to move back
|
||||||
*/
|
*/
|
||||||
virtual void moveBack(EOT & _solution) {
|
virtual void moveBack(EOT & _solution) {
|
||||||
_solution[key] = !_solution[key];
|
move(_solution);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue