mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix name for MSW export file for fishbones
This commit is contained in:
parent
18a5961230
commit
762b6ef382
@ -154,7 +154,7 @@ void RicWellPathExportMswCompletionsImpl::exportWellSegmentsForAllCompletions(co
|
||||
else
|
||||
{
|
||||
QString fileName =
|
||||
QString("%1_Perforations_MSW_%2")
|
||||
QString("%1_Fishbones_MSW_%2")
|
||||
.arg(wellPath->completions()->wellNameForExport(), exportSettings.caseToApply->caseUserDescription());
|
||||
fishbonesExportFile =
|
||||
RicWellPathExportCompletionsFileTools::openFileForExport(exportSettings.folder, fileName);
|
||||
|
Loading…
Reference in New Issue
Block a user