mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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) {
|
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);
|
os << fmt::format(" Assembly time (seconds): {:9.2f}", t);
|
||||||
|
|
||||||
if (failureReport) {
|
if (failureReport) {
|
||||||
|
Loading…
Reference in New Issue
Block a user