mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-25 20:16:25 -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_newton_iterations += sr.total_newton_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