From 5687c93642a93f18fa90ba4a50b7e5d77cb69614 Mon Sep 17 00:00:00 2001 From: boufaras Date: Tue, 11 Jan 2011 14:32:07 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2058 331e1502-861f-0410-8da2-ba01fb791d7f --- .../paradiseo-mo/src/problems/permutation/moSwapNeighborhood.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trunk/paradiseo-mo/src/problems/permutation/moSwapNeighborhood.h b/trunk/paradiseo-mo/src/problems/permutation/moSwapNeighborhood.h index 27a24c4ec..8354337e6 100644 --- a/trunk/paradiseo-mo/src/problems/permutation/moSwapNeighborhood.h +++ b/trunk/paradiseo-mo/src/problems/permutation/moSwapNeighborhood.h @@ -57,7 +57,6 @@ public: virtual void init(EOT& _solution, Neighbor& _current) { indices.first=0; indices.second=1; - // size=_solution.size(); _current.setIndices(0,1); } @@ -95,7 +94,7 @@ public: private: std::pair indices; - //unsigned int size; + }; #endif