mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Created FemPartCollection
Used that instead against reader to make a "results free" interface regarding reading the element models.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "RifGeoMechReaderInterface.h"
|
||||
#include <string>
|
||||
|
||||
class RigGeoMechCaseData;
|
||||
class RigFemPartCollection;
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
@@ -36,7 +36,7 @@ public:
|
||||
RifOdbReader();
|
||||
virtual ~RifOdbReader();
|
||||
|
||||
virtual bool readFemParts(const std::string& fileName, RigGeoMechCaseData* geoMechCase);
|
||||
virtual bool readFemParts(const std::string& fileName, RigFemPartCollection* femParts);
|
||||
virtual void close();
|
||||
|
||||
virtual std::vector<double> timeSteps();
|
||||
|
||||
Reference in New Issue
Block a user