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,
|
||||||
@ -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