changed: remove EclProblem::checkDeckCompatibility

these checks are disabled and do not add anything new,
as the checks of value here are also performed elsewhere
This commit is contained in:
Arne Morten Kvarving
2022-11-23 10:58:33 +01:00
parent 8fc13d4bef
commit 473598c791
3 changed files with 0 additions and 123 deletions

View File

@@ -280,19 +280,6 @@ protected:
Scalar timeStepSize,
Scalar endTime);
void checkDeckCompatibility_(const Deck& deck,
bool enableApiTracking,
bool enableSolvent,
bool enablePolymer,
bool enableExtbo,
bool enableEnergy,
int numPhases,
bool indicesGasEnabled,
bool indicesOilEnabled,
bool indicesWaterEnabled,
bool enableMICP) const;
void readRockParameters_(const std::vector<Scalar>& cellCenterDepths);
void readRockCompactionParameters_();