mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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_();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user