mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #8791 from OPM/8790-rename-to-group
Rename summary references to "Group"
This commit is contained in:
@@ -762,7 +762,7 @@ void RicWellPathExportCompletionDataFeatureImpl::exportWelspecsToFile( RimEclips
|
||||
auto ijIntersection = wellPathUpperGridIntersectionIJ( gridCase, wellPath );
|
||||
|
||||
formatter.add( completionSettings->wellNameForExport() )
|
||||
.add( completionSettings->wellGroupNameForExport() )
|
||||
.add( completionSettings->groupNameForExport() )
|
||||
.addOneBasedCellIndex( ijIntersection.second.x() )
|
||||
.addOneBasedCellIndex( ijIntersection.second.y() )
|
||||
.add( completionSettings->referenceDepthForExport() )
|
||||
@@ -853,7 +853,7 @@ void RicWellPathExportCompletionDataFeatureImpl::exportWelspeclToFile(
|
||||
auto completionSettings = wellPath->completionSettings();
|
||||
|
||||
formatter.add( completionSettings->wellNameForExport() )
|
||||
.add( completionSettings->wellGroupNameForExport() )
|
||||
.add( completionSettings->groupNameForExport() )
|
||||
.add( lgrName )
|
||||
.addOneBasedCellIndex( ijIntersection.x() )
|
||||
.addOneBasedCellIndex( ijIntersection.y() )
|
||||
|
||||
Reference in New Issue
Block a user