mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Do stage2 even if GLIFTOPT is not defined
This commit is contained in:
committed by
Tor Harald Sandve
parent
4845ad0107
commit
61ed803740
@@ -765,7 +765,7 @@ getRateWithGroupLimit_(
|
||||
const double delta_rate = new_rate - old_rate;
|
||||
if (delta_rate > 0) {
|
||||
// It is required that the production rate for a given group is
|
||||
// is less than or equal to its target rate, see assert() below.
|
||||
// is less than or equal to its target rate.
|
||||
// Then it only makes sense to check if the group target is exceeded
|
||||
// if delta_rate > 0
|
||||
const auto &pairs =
|
||||
|
||||
Reference in New Issue
Block a user