From b78c094846c17ecb0e7e33091c1b26e8276a693c Mon Sep 17 00:00:00 2001 From: jhumeau Date: Thu, 26 Mar 2009 10:19:59 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1572 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/MOLS/src2/eoAmeliorationContinue.h | 1 - contribution/branches/MOLS/src2/moeoNewArchive.h | 1 - 2 files changed, 2 deletions(-) diff --git a/contribution/branches/MOLS/src2/eoAmeliorationContinue.h b/contribution/branches/MOLS/src2/eoAmeliorationContinue.h index b232632c0..a8d0f76f3 100644 --- a/contribution/branches/MOLS/src2/eoAmeliorationContinue.h +++ b/contribution/branches/MOLS/src2/eoAmeliorationContinue.h @@ -18,7 +18,6 @@ public: // _pop must be an archive virtual bool operator() (const eoPop & _pop) { - std::cout << counter << std::endl; if(arch.modified()) counter=0; else diff --git a/contribution/branches/MOLS/src2/moeoNewArchive.h b/contribution/branches/MOLS/src2/moeoNewArchive.h index f92262a69..1ed9d0961 100755 --- a/contribution/branches/MOLS/src2/moeoNewArchive.h +++ b/contribution/branches/MOLS/src2/moeoNewArchive.h @@ -104,7 +104,6 @@ private: { push_back(_moeo); isModified=true; - std::cout << "modified"; } return !dom; }