Another attempt in adding the flush
This commit is contained in:
parent
8684e1fac1
commit
08abf46576
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ eoMonitor& eoStdoutMonitor::operator()(void)
|
|||
cout << (*it)->longName() << ": " << (*it)->getValue() << '\n';
|
||||
}
|
||||
|
||||
cout << "\n****** End of Generation ******\n\n";
|
||||
cout << "\n****** End of Generation ******\n" << endl; // endl: flush
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue