Fixed some CppCheck Performance warnings

This commit is contained in:
Jacob Støren
2017-03-03 16:23:20 +01:00
parent ba2e4ca3f2
commit b00ad4ba4a
9 changed files with 10 additions and 10 deletions

View File

@@ -38,8 +38,9 @@
///
//--------------------------------------------------------------------------------------------------
RigGeoMechCaseData::RigGeoMechCaseData(const std::string& fileName)
: m_geoMechCaseFileName(fileName)
{
m_geoMechCaseFileName = fileName;
}
//--------------------------------------------------------------------------------------------------