mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2632 Export Completions : Remove support for export of all well path completions
This commit is contained in:
@@ -60,7 +60,6 @@ void RicfExportSimWellCompletions::execute()
|
||||
RimProject* project = RiaApplication::instance()->project();
|
||||
RicExportCompletionDataSettingsUi* exportSettings = project->dialogData()->exportCompletionData(false);
|
||||
exportSettings->timeStep = m_timeStep;
|
||||
exportSettings->wellSelection = m_wellSelection;
|
||||
exportSettings->fileSplit = m_fileSplit;
|
||||
exportSettings->compdatExport = m_compdatExport;
|
||||
|
||||
|
||||
@@ -59,7 +59,6 @@ void RicfExportWellPathCompletions::execute()
|
||||
RimProject* project = RiaApplication::instance()->project();
|
||||
RicExportCompletionDataSettingsUi* exportSettings = project->dialogData()->exportCompletionData(false);
|
||||
exportSettings->timeStep = m_timeStep;
|
||||
exportSettings->wellSelection = m_wellSelection;
|
||||
exportSettings->fileSplit = m_fileSplit;
|
||||
exportSettings->compdatExport = m_compdatExport;
|
||||
exportSettings->includePerforations = m_includePerforations;
|
||||
|
||||
Reference in New Issue
Block a user