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:
@@ -218,17 +218,17 @@ QString RicSaveMultiPlotTemplateFeature::createTextFromObject( RimSummaryMultiPl
|
||||
objectAsText );
|
||||
}
|
||||
|
||||
if ( settings.usePlacholderForWellGroups() )
|
||||
if ( settings.usePlacholderForGroups() )
|
||||
{
|
||||
std::set<QString> sourceStrings;
|
||||
for ( const auto& wellGroupName : analyzer.wellGroupNames() )
|
||||
for ( const auto& groupName : analyzer.groupNames() )
|
||||
{
|
||||
sourceStrings.insert( QString::fromStdString( wellGroupName ) );
|
||||
sourceStrings.insert( QString::fromStdString( groupName ) );
|
||||
}
|
||||
|
||||
replaceStrings( sourceStrings,
|
||||
dummy.keywordForCategory( RifEclipseSummaryAddress::SUMMARY_WELL_GROUP ),
|
||||
RicSummaryPlotTemplateTools::placeholderTextForWellGroup(),
|
||||
dummy.keywordForCategory( RifEclipseSummaryAddress::SUMMARY_GROUP ),
|
||||
RicSummaryPlotTemplateTools::placeholderTextForGroup(),
|
||||
objectAsText );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user