mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3857 Fix split on well and completion for MSW export.
This commit is contained in:
parent
e58941a423
commit
b2d178e584
@ -101,7 +101,7 @@ void RicWellPathExportMswCompletionsImpl::exportWellSegmentsForAllCompletions(co
|
||||
exportSettings.includePerforations() && !wellPath->perforationIntervalCollection()->activePerforations().empty();
|
||||
bool exportFishbones = exportSettings.includeFishbones() && !wellPath->fishbonesCollection()->activeFishbonesSubs().empty();
|
||||
bool exportAnyCompletion = exportFractures || exportPerforations || exportFishbones;
|
||||
if (exportAnyCompletion && exportSettings.fileSplit() == RicExportCompletionDataSettingsUi::SPLIT_ON_WELL_AND_COMPLETION_TYPE && !unifiedWellPathFile)
|
||||
if (exportAnyCompletion && exportSettings.fileSplit() == RicExportCompletionDataSettingsUi::SPLIT_ON_WELL && !unifiedWellPathFile)
|
||||
{
|
||||
QString wellFileName =
|
||||
QString("%1_UnifiedCompletions_MSW_%2")
|
||||
|
Loading…
Reference in New Issue
Block a user