mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6232 Simplify importing elastic properties for fracture model.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
#include "cafPdmPtrArrayField.h"
|
||||
#include "cafPdmPtrField.h"
|
||||
|
||||
#include <QString>
|
||||
|
||||
class RimFractureModelCollection;
|
||||
class RimWellPath;
|
||||
|
||||
@@ -46,4 +48,5 @@ public:
|
||||
private:
|
||||
caf::PdmPtrField<RimWellPath*> m_wellPath;
|
||||
caf::PdmField<double> m_md;
|
||||
caf::PdmField<QString> m_elasticPropertiesFilePath;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user