Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/paradiseo/paradiseo

This commit is contained in:
Arnaud Liefooghe 2014-11-07 10:13:48 +01:00
commit a75133b4c9
2 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ void main_function(int argc, char **argv)
checkpoint.add(SecondStat);
// The Stdout monitor will print parameters to the screen ...
eoStdoutMonitor monitor(false);
eoStdoutMonitor monitor;
// when called by the checkpoint (i.e. at every generation)
checkpoint.add(monitor);

View file

@ -253,7 +253,7 @@ void main_function(int argc, char **argv)
checkpoint.add(SecondStat);
// The Stdout monitor will print parameters to the screen ...
eoStdoutMonitor monitor(false);
eoStdoutMonitor monitor;
// when called by the checkpoint (i.e. at every generation)
checkpoint.add(monitor);