mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Typo and white space
This commit is contained in:
parent
3204b55a35
commit
5a8f274c36
@ -77,7 +77,7 @@ namespace Opm
|
|||||||
if (total_well_iterations != 0) {
|
if (total_well_iterations != 0) {
|
||||||
ss << fmt::format("Well its={:2}", total_well_iterations);
|
ss << fmt::format("Well its={:2}", total_well_iterations);
|
||||||
}
|
}
|
||||||
ss << fmt::format(" Newton its={:2}, lineraizations={:2} ({:2.1f}sec), linear its={:3} ({:2.1f}sec)",
|
ss << fmt::format(" Newton its={:2}, linearaizations={:2} ({:2.1f}sec), linear its={:3} ({:2.1f}sec)",
|
||||||
total_newton_iterations,
|
total_newton_iterations,
|
||||||
total_linearizations,
|
total_linearizations,
|
||||||
assemble_time,
|
assemble_time,
|
||||||
|
Loading…
Reference in New Issue
Block a user