scale well rates after group switching

This commit is contained in:
Tor Harald Sandve
2021-06-09 15:15:12 +02:00
parent 2dae87fb74
commit b2341a84d6
4 changed files with 142 additions and 27 deletions

View File

@@ -286,10 +286,10 @@ protected:
const int reportStepIdx,
DeferredLogger& deferred_logger) const;
Group::InjectionCMode checkGroupInjectionConstraints(const Group& group,
std::pair<Group::InjectionCMode, double> checkGroupInjectionConstraints(const Group& group,
const int reportStepIdx,
const Phase& phase) const;
Group::ProductionCMode checkGroupProductionConstraints(const Group& group,
std::pair<Group::ProductionCMode, double> checkGroupProductionConstraints(const Group& group,
const int reportStepIdx,
DeferredLogger& deferred_logger) const;