fix missing API update
- tutorial/Lesson3 was still using the old eoStdoutMonitor interface
This commit is contained in:
parent
f88edf0dab
commit
ff322ba27b
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ void main_function(int argc, char **argv)
|
|||
checkpoint.add(fdcStat);
|
||||
|
||||
// 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