Added space

This commit is contained in:
Alf Birger Rustad 2020-10-02 12:48:35 +02:00
parent e68db6dbda
commit 7cebf7fb5a

View File

@ -148,7 +148,7 @@ namespace Opm
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) {
os << fmt::format(" (Failed: {:2}; {:2.1f}%)",
failureReport->total_well_iterations,