mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added missing explicite braces around if branch.
This commit is contained in:
@@ -373,7 +373,9 @@ try
|
||||
} else {
|
||||
outputWriter.writeInit( simtimer );
|
||||
if ( output_cout )
|
||||
{
|
||||
std::cout << "\n\n================ Simulation turned off ===============\n" << std::flush;
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (const std::exception &e) {
|
||||
|
||||
Reference in New Issue
Block a user