Merge pull request #5691 from GitPaean/enableThresholdPressure_false

enableThresholdPressure_ initialized to be false
This commit is contained in:
Bård Skaflestad
2024-10-25 12:45:44 +02:00
committed by GitHub

View File

@@ -110,7 +110,7 @@ protected:
std::vector<Scalar> thpresftValues_;
std::vector<int> cartElemFaultIdx_;
bool enableThresholdPressure_;
bool enableThresholdPressure_ {false};
};
} // namespace Opm