mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2713 Implement viewName parameter for RicfExportSimWellFractureCompletions.
* View names are not unique! * This change will export fracture completions for *all* views that matches the view name.
This commit is contained in:
@@ -41,8 +41,8 @@ public:
|
||||
|
||||
private:
|
||||
caf::PdmField<int> m_caseId;
|
||||
caf::PdmField<QString> m_viewName;
|
||||
caf::PdmField<int> m_timeStep;
|
||||
|
||||
caf::PdmField< std::vector<QString> > m_simWellNames;
|
||||
|
||||
caf::PdmField<RicExportCompletionDataSettingsUi::ExportSplitType> m_fileSplit;
|
||||
|
||||
Reference in New Issue
Block a user