mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-13 08:54:50 -05:00
Dont update group rates 2 times
This commit is contained in:
@@ -1093,8 +1093,6 @@ maybeAdjustALQbeforeOptimizeLoop_(const LimitedRates& orig_rates,
|
||||
const std::string msg = fmt::format("adjusted ALQ to: {}", alq);
|
||||
displayDebugMessage_(msg);
|
||||
}
|
||||
Scalar delta_alq = alq - orig_alq;
|
||||
updateGroupRates_(orig_rates, rates, delta_alq);
|
||||
}
|
||||
return {rates, alq};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user