mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -06:00
Added space
This commit is contained in:
parent
e68db6dbda
commit
7cebf7fb5a
@ -148,7 +148,7 @@ namespace Opm
|
|||||||
|
|
||||||
int n = total_well_iterations + (failureReport ? failureReport->total_well_iterations : 0);
|
int n = total_well_iterations + (failureReport ? failureReport->total_well_iterations : 0);
|
||||||
|
|
||||||
os << fmt::format("Overall Well Iterations: {:2}", n);
|
os << fmt::format("Overall Well Iterations: {:2}", n);
|
||||||
if (failureReport) {
|
if (failureReport) {
|
||||||
os << fmt::format(" (Failed: {:2}; {:2.1f}%)",
|
os << fmt::format(" (Failed: {:2}; {:2.1f}%)",
|
||||||
failureReport->total_well_iterations,
|
failureReport->total_well_iterations,
|
||||||
|
Loading…
Reference in New Issue
Block a user