mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6495 Update python api to changes in fracture model + template.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <QString>
|
||||
|
||||
class RimFractureModelCollection;
|
||||
class RimFractureModelTemplate;
|
||||
class RimWellPath;
|
||||
|
||||
//==================================================================================================
|
||||
@@ -48,5 +49,5 @@ public:
|
||||
private:
|
||||
caf::PdmPtrField<RimWellPath*> m_wellPath;
|
||||
caf::PdmField<double> m_md;
|
||||
caf::PdmField<QString> m_elasticPropertiesFilePath;
|
||||
caf::PdmPtrField<RimFractureModelTemplate*> m_fractureModelTemplate;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user