#3553 Temp LGR. Handle overlapping completions. LGR for each completions are sorted by completion type

This commit is contained in:
Bjørn Erik Jensen
2018-10-26 14:24:56 +02:00
parent 1b155ae71f
commit 04c07154b0
5 changed files with 146 additions and 55 deletions

View File

@@ -98,9 +98,8 @@ void RicfExportLgrForCompletions::execute()
{
try
{
auto completionTypes = (RicExportLgrUi::CompletionType)(RicExportLgrUi::CT_PERFORATION | RicExportLgrUi::CT_FRACTURE | RicExportLgrUi::CT_FISHBONE);
feature->exportLgrsForWellPath(exportFolder, wellPath, eclipseCase, m_timeStep, lgrCellCounts, m_splitType(),
completionTypes);
{RigCompletionData::PERFORATION, RigCompletionData::FRACTURE, RigCompletionData::FISHBONES});
}
catch(CreateLgrException e)
{