diff --git a/trunk/paradiseo-mo/src/problems/bitString/moBitNeighbor.h b/trunk/paradiseo-mo/src/problems/bitString/moBitNeighbor.h index 73e464fa4..c578bd2c3 100644 --- a/trunk/paradiseo-mo/src/problems/bitString/moBitNeighbor.h +++ b/trunk/paradiseo-mo/src/problems/bitString/moBitNeighbor.h @@ -65,7 +65,7 @@ public: * @param _solution the solution to move back */ virtual void moveBack(EOT & _solution) { - _solution[key] = !_solution[key]; + move(_solution); } /**