From 1bd0a53c1d8cbb6f3345174b175fce5220d7e512 Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 6 Jul 2011 13:16:34 +0000 Subject: [PATCH] Clear comment git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2290 331e1502-861f-0410-8da2-ba01fb791d7f --- .../src/problems/bitString/moBitsNeighborhood.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighborhood.h b/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighborhood.h index c366da1ed..b50c8472e 100644 --- a/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighborhood.h +++ b/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighborhood.h @@ -74,13 +74,6 @@ public: neighborsVec.push_back(bits); - /* - std::cout << "first --" << std::endl; - for(unsigned i = 0; i < d; i++) - std::cout << bits[i] ; - std::cout << std::endl; - */ - // the others ones last = false; @@ -108,12 +101,6 @@ public: } } - /* - std::cout << "fin de while" << std::endl; - for(unsigned i = 0; i < d; i++) - std::cout << bits[i] << " "; - std::cout << std::endl; - */ } }