mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3603 Export completions. Move export CARFIN into RicWellPathExportCompletionDataFeatureImpl
This commit is contained in:
@@ -136,16 +136,6 @@ void RicWellPathExportCompletionDataFeature::prepareExportSettingsAndExportCompl
|
||||
RiaApplication::instance()->setLastUsedDialogDirectory("COMPLETIONS", exportSettings->folder);
|
||||
|
||||
RicWellPathExportCompletionDataFeatureImpl::exportCompletions(wellPaths, simWells, *exportSettings);
|
||||
|
||||
const auto mainGrid = exportSettings->caseToApply->mainGrid();
|
||||
if (!mainGrid) return;
|
||||
|
||||
const auto& lgrInfosForWells = RicExportLgrFeature::createLgrInfoListForTemporaryLgrs(mainGrid);
|
||||
|
||||
for (const auto& lgrInfoForWell : lgrInfosForWells)
|
||||
{
|
||||
RicExportLgrFeature::exportLgrs(exportSettings->folder, lgrInfoForWell.first, lgrInfoForWell.second);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user