mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed obsolete code
This commit is contained in:
parent
189e5dca40
commit
db13843276
@ -40,18 +40,10 @@ public:
|
|||||||
void initResultSteps(const std::vector<std::string>& stepNames);
|
void initResultSteps(const std::vector<std::string>& stepNames);
|
||||||
|
|
||||||
RigFemScalarResultFrames* createScalarResult(const RigFemResultAddress& resVarAddr);
|
RigFemScalarResultFrames* createScalarResult(const RigFemResultAddress& resVarAddr);
|
||||||
|
|
||||||
RigFemScalarResultFrames* findScalarResult(const RigFemResultAddress& resVarAddr);
|
RigFemScalarResultFrames* findScalarResult(const RigFemResultAddress& resVarAddr);
|
||||||
|
|
||||||
private:
|
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::vector<std::string> m_stepNames;
|
||||||
std::map<RigFemResultAddress, cvf::ref<RigFemScalarResultFrames> > resultSets;
|
std::map<RigFemResultAddress, cvf::ref<RigFemScalarResultFrames> > resultSets;
|
||||||
};
|
};
|
||||||
|
@ -66,6 +66,5 @@ private:
|
|||||||
cvf::ref<RigFemPartCollection> m_femParts;
|
cvf::ref<RigFemPartCollection> m_femParts;
|
||||||
cvf::Collection<RigFemPartResults> m_femPartResults;
|
cvf::Collection<RigFemPartResults> m_femPartResults;
|
||||||
cvf::ref<RifGeoMechReaderInterface> m_readerInterface;
|
cvf::ref<RifGeoMechReaderInterface> m_readerInterface;
|
||||||
cvf::ref<RigStatisticsDataCache> m_statistics;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user