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
commit d8c6ebb509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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