#2632 Export Completions : Remove support for export of all well path completions

This commit is contained in:
Magne Sjaastad
2018-04-06 13:20:21 +02:00
parent a40c4df6b3
commit e50e34feb4
7 changed files with 7 additions and 56 deletions

View File

@@ -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;

View File

@@ -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;