mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Fix indent
This commit is contained in:
parent
5a8f274c36
commit
207d2678fa
@ -94,7 +94,7 @@ namespace Opm
|
||||
|
||||
if (assemble_time > 0.0 || linear_solve_time > 0.0) {
|
||||
|
||||
double t = assemble_time + (failureReport ? failureReport->assemble_time : 0.0);
|
||||
double t = assemble_time + (failureReport ? failureReport->assemble_time : 0.0);
|
||||
os << fmt::format(" Assembly time (seconds): {:9.2f}", t);
|
||||
|
||||
if (failureReport) {
|
||||
|
Loading…
Reference in New Issue
Block a user