mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix output from SimulatorReport.
This commit is contained in:
parent
f452c4c33c
commit
4689dd2af7
@ -40,7 +40,7 @@ namespace Opm
|
||||
{
|
||||
os << "Total time taken: " << total_time
|
||||
<< "\n Pressure time: " << pressure_time
|
||||
<< "\n Transport time: " << total_time << std::endl;
|
||||
<< "\n Transport time: " << transport_time << std::endl;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user