Correction eo/tutorial/Lesson3
This commit is contained in:
parent
25850272c3
commit
be231d9129
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue