Modification of the display for lesson1,2,3 in peo

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@744 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
canape 2007-10-24 11:34:24 +00:00
commit 7fa4e0220f
3 changed files with 14 additions and 2 deletions

View file

@ -103,5 +103,8 @@ int main( int __argc, char** __argv ) {
peo :: finalize( );
// shutting down the ParadisEO-PEO environment
if(getNodeRank()==1)
std::cout<<"\n\nPopulation :\n"<<population;
return 0;
}