mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8893 Rename quantity name -> vector name
This commit is contained in:
@@ -209,7 +209,7 @@ void RimAnalysisPlotCollection::applySummaryCaseCollectionAndFieldAddressToPlot(
|
||||
{
|
||||
if ( address.category() == RifEclipseSummaryAddress::SUMMARY_FIELD )
|
||||
{
|
||||
if ( quantityName.empty() || quantityName == address.quantityName() )
|
||||
if ( quantityName.empty() || quantityName == address.vectorName() )
|
||||
{
|
||||
for ( auto summaryCase : summaryCaseCollection->allSummaryCases() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user