mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Forgot two
This commit is contained in:
parent
885c182b7e
commit
3204b55a35
@ -87,9 +87,9 @@ namespace Opm
|
||||
|
||||
void SimulatorReportSingle::reportFullyImplicit(std::ostream& os, const SimulatorReportSingle* failureReport) const
|
||||
{
|
||||
os << fmt::format("Total time (seconds): {:8.1f} \n", total_time);
|
||||
os << fmt::format("Total time (seconds): {:9.2f} \n", total_time);
|
||||
|
||||
os << fmt::format("Solver time (seconds): {:8.1f} \n",
|
||||
os << fmt::format("Solver time (seconds): {:9.2f} \n",
|
||||
solver_time + (failureReport ? failureReport->solver_time : 0.0));
|
||||
|
||||
if (assemble_time > 0.0 || linear_solve_time > 0.0) {
|
||||
|
Loading…
Reference in New Issue
Block a user