Merge pull request #3771 from totto82/fixUpdateGR

Update guiderates after with new rates from newly opened wells
This commit is contained in:
Bård Skaflestad
2022-01-21 10:33:00 +01:00
committed by GitHub
3 changed files with 19 additions and 5 deletions

View File

@@ -396,7 +396,7 @@ protected:
const SummaryConfig& summaryConfig,
DeferredLogger& deferred_logger);
bool guideRateUpdateIsNeeded() const;
bool guideRateUpdateIsNeeded(const int reportStepIdx) const;
// create the well container
virtual void createWellContainer(const int time_step) = 0;