From 88b99444c825c83e09bb3c13c1cef7738d9bbf29 Mon Sep 17 00:00:00 2001 From: legrand Date: Tue, 3 Jul 2007 08:34:40 +0000 Subject: [PATCH] removed ox_pop2 in final print git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@501 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleD.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleD.cpp b/trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleD.cpp index fc7e81598..d4b55a3ab 100644 --- a/trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleD.cpp +++ b/trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleD.cpp @@ -68,7 +68,6 @@ int main (int __argc, char * * __argv) { if ( getNodeRank() == 1 ) { std::cout << "EA[ 0 ] -----> " << ox_pop.best_element().fitness() << std::endl; - std::cout << "EA[ 1 ] -----> " << ox_pop2.best_element().fitness() << std::endl; }