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