fix missing API update

- tutorial/Lesson3 was still using the old eoStdoutMonitor interface
This commit is contained in:
Johann Dreo 2019-04-19 06:52:38 +02:00
commit ff322ba27b

View file

@ -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);