From db13843276c6bf8af6053ecccc53e0a24e8a9d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Wed, 3 Jun 2015 15:23:19 +0200 Subject: [PATCH] Removed obsolete code --- .../GeoMech/GeoMechDataModel/RigFemPartResults.h | 8 -------- .../GeoMech/GeoMechDataModel/RigGeoMechCaseData.h | 1 - 2 files changed, 9 deletions(-) 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; };