From 08abf46576d1f99921f46726bda3e236619753fb Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Fri, 27 Oct 2000 09:13:06 +0000 Subject: [PATCH] Another attempt in adding the flush --- eo/src/utils/eoStdoutMonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/utils/eoStdoutMonitor.cpp b/eo/src/utils/eoStdoutMonitor.cpp index 23ec63bb..be4de57a 100644 --- a/eo/src/utils/eoStdoutMonitor.cpp +++ b/eo/src/utils/eoStdoutMonitor.cpp @@ -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; }