mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add more flushs for output
this should make output less confusing if the stream caches some data...
This commit is contained in:
@@ -245,7 +245,7 @@ public:
|
||||
|
||||
// Write mass balance information for rank 0
|
||||
if (this->gridView().comm().rank() == 0) {
|
||||
std::cout << "Storage: " << storage << std::endl;
|
||||
std::cout << "Storage: " << storage << std::endl << std::flush;
|
||||
}
|
||||
}
|
||||
//! \}
|
||||
|
||||
Reference in New Issue
Block a user