From 2a4909cbdfd1f3a2c6db562ca660357b9281157e Mon Sep 17 00:00:00 2001 From: jhumeau Date: Fri, 15 Jan 2010 14:29:50 +0000 Subject: [PATCH] =?UTF-8?q?rien=20de=20sp=C3=A9cial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1645 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/newMo/src/neighborhood/moNeighbor.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 ; } /*