Removed obsolete code

This commit is contained in:
Jacob Støren 2015-06-03 15:23:19 +02:00
parent 189e5dca40
commit db13843276
2 changed files with 0 additions and 9 deletions

View File

@ -40,18 +40,10 @@ public:
void initResultSteps(const std::vector<std::string>& stepNames);
RigFemScalarResultFrames* createScalarResult(const RigFemResultAddress& resVarAddr);
RigFemScalarResultFrames* findScalarResult(const RigFemResultAddress& resVarAddr);
private:
struct RigAnalysisStage
{
std::string stageName;
std::map<RigFemResultAddress, cvf::ref<RigFemScalarResultFrames> > resultSets;
};
//std::vector<RigAnalysisStage> m_femAnalysisStages;
std::vector<std::string> m_stepNames;
std::map<RigFemResultAddress, cvf::ref<RigFemScalarResultFrames> > resultSets;
};

View File

@ -66,6 +66,5 @@ private:
cvf::ref<RigFemPartCollection> m_femParts;
cvf::Collection<RigFemPartResults> m_femPartResults;
cvf::ref<RifGeoMechReaderInterface> m_readerInterface;
cvf::ref<RigStatisticsDataCache> m_statistics;
};