Clear comment

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2290 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-07-06 13:16:34 +00:00
commit 1bd0a53c1d

View file

@ -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;
*/
}
}