mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 19:46:24 -06:00
Minor adjustments from review.
This commit is contained in:
parent
561bec4a64
commit
cf7b258f72
@ -65,7 +65,7 @@ namespace Opm
|
|||||||
total_linearizations += sr.total_linearizations;
|
total_linearizations += sr.total_linearizations;
|
||||||
total_newton_iterations += sr.total_newton_iterations;
|
total_newton_iterations += sr.total_newton_iterations;
|
||||||
total_linear_iterations += sr.total_linear_iterations;
|
total_linear_iterations += sr.total_linear_iterations;
|
||||||
global_time = sr.global_time;
|
global_time = sr.global_time; // It makes no sense adding time points, so = not += here.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user