mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3944 clang-tidy : Apply changes on geomech and ssihub
This commit is contained in:
@@ -37,7 +37,7 @@ class RigGeoMechCaseData: public cvf::Object
|
||||
{
|
||||
public:
|
||||
explicit RigGeoMechCaseData(const std::string& fileName);
|
||||
~RigGeoMechCaseData();
|
||||
~RigGeoMechCaseData() override;
|
||||
|
||||
bool open(std::string* errorMessage);
|
||||
bool readTimeSteps(std::string* errorMessage, std::vector<std::string>* stepNames);
|
||||
|
||||
Reference in New Issue
Block a user