diff --git a/branches/newMo/src/neighborhood/moNeighbor.h b/branches/newMo/src/neighborhood/moNeighbor.h index 99a813e3e..5a21613a3 100644 --- a/branches/newMo/src/neighborhood/moNeighbor.h +++ b/branches/newMo/src/neighborhood/moNeighbor.h @@ -19,14 +19,13 @@ public: // copy constructeur moNeighbor(const moNeighbor & _n) { - repFitness = _n.fitness(); + repFitness = _n.fitness(); } // assignment operator virtual moNeighbor & operator=(const moNeighbor & _n) { - repFitness = _n.fitness(); - - return *this ; + repFitness = _n.fitness(); + return *this ; } /*