diff --git a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResults.h b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResults.h index f2a96059ac..42ff852145 100644 --- a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResults.h +++ b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResults.h @@ -40,18 +40,10 @@ public: void initResultSteps(const std::vector& stepNames); RigFemScalarResultFrames* createScalarResult(const RigFemResultAddress& resVarAddr); - RigFemScalarResultFrames* findScalarResult(const RigFemResultAddress& resVarAddr); private: - struct RigAnalysisStage - { - std::string stageName; - std::map > resultSets; - }; - - //std::vector m_femAnalysisStages; std::vector m_stepNames; std::map > resultSets; }; diff --git a/ApplicationCode/GeoMech/GeoMechDataModel/RigGeoMechCaseData.h b/ApplicationCode/GeoMech/GeoMechDataModel/RigGeoMechCaseData.h index 8df16cffdf..867cb3c3a5 100644 --- a/ApplicationCode/GeoMech/GeoMechDataModel/RigGeoMechCaseData.h +++ b/ApplicationCode/GeoMech/GeoMechDataModel/RigGeoMechCaseData.h @@ -66,6 +66,5 @@ private: cvf::ref m_femParts; cvf::Collection m_femPartResults; cvf::ref m_readerInterface; - cvf::ref m_statistics; };