Remove a print
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1888 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2e02a15d01
commit
adccb389cf
1 changed files with 0 additions and 5 deletions
|
|
@ -129,11 +129,6 @@ int main(int argc, char* argv[])
|
|||
// run the algo
|
||||
algo(pop);
|
||||
|
||||
// printing of the final population
|
||||
cout << "Final Population\n";
|
||||
pop.sortedPrintOn(cout);
|
||||
cout << endl;
|
||||
|
||||
// printing of the final archive
|
||||
cout << "Final Archive\n";
|
||||
arch.sortedPrintOn(cout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue