mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 23:43:28 -06:00
enableThresholdPressure_ initialized to be false
in GenericThresholdPressure
This commit is contained in:
parent
9300e4819a
commit
6742679e48
@ -110,7 +110,7 @@ protected:
|
||||
std::vector<Scalar> thpresftValues_;
|
||||
std::vector<int> cartElemFaultIdx_;
|
||||
|
||||
bool enableThresholdPressure_;
|
||||
bool enableThresholdPressure_ {false};
|
||||
};
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user