mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
enableThresholdPressure_ initialized to be false
in GenericThresholdPressure
This commit is contained in:
@@ -110,7 +110,7 @@ protected:
|
||||
std::vector<Scalar> thpresftValues_;
|
||||
std::vector<int> cartElemFaultIdx_;
|
||||
|
||||
bool enableThresholdPressure_;
|
||||
bool enableThresholdPressure_ {false};
|
||||
};
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
Reference in New Issue
Block a user