mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
MSW : Restore MSW settings per completion type
Remove the common MSW settings on well path
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
void addFracture( RimWellPathFracture* fracture );
|
||||
void deleteFractures();
|
||||
|
||||
const RimMswCompletionParameters* mswParameters() const;
|
||||
std::vector<RimWellPathFracture*> allFractures() const;
|
||||
std::vector<RimWellPathFracture*> activeFractures() const;
|
||||
|
||||
@@ -63,5 +64,5 @@ private:
|
||||
caf::PdmField<int> m_refMDType_OBSOLETE;
|
||||
caf::PdmField<double> m_refMD_OBSOLETE;
|
||||
|
||||
caf::PdmChildField<RimMswCompletionParameters*> m_mswParameters_OBSOLETE;
|
||||
caf::PdmChildField<RimMswCompletionParameters*> m_mswParameters;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user