move updateWellTestState to WellInterfaceGeneric

This commit is contained in:
Arne Morten Kvarving
2022-10-24 11:06:35 +02:00
parent 8b503f9a00
commit 0cc0b29a14
5 changed files with 27 additions and 32 deletions

View File

@@ -197,7 +197,11 @@ public:
DeferredLogger& deferred_logger
) const;
void updateWellTestState(const SingleWellState& ws,
const double& simulationTime,
const bool& writeMessageToOPMLog,
WellTestState& wellTestState,
DeferredLogger& deferred_logger) const;
protected:
bool getAllowCrossFlow() const;