move checkRatioEconLimits to WellTest

This commit is contained in:
Arne Morten Kvarving
2022-10-24 11:06:35 +02:00
parent 1a0774ceab
commit 71d404336e
4 changed files with 63 additions and 69 deletions

View File

@@ -123,11 +123,6 @@ protected:
const SummaryState& summaryState,
DeferredLogger& deferred_logger) const;
void checkRatioEconLimits(const WellEconProductionLimits& econ_production_limits,
const SingleWellState& ws,
RatioLimitCheckReport& report,
DeferredLogger& deferred_logger) const;
void updateWellTestStateEconomic(const SingleWellState& ws,
const double simulation_time,
const bool write_message_to_opmlog,