#3944 clang-tidy : Apply changes on geomech and ssihub

This commit is contained in:
Magne Sjaastad
2019-01-10 22:12:11 +01:00
parent d460d3d77d
commit cee966a6d1
17 changed files with 62 additions and 62 deletions

View File

@@ -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);