Merge pull request #5445 from OPM/native-case-name

Summary Case : Add public methods displayCaseName and nativeCaseName
This commit is contained in:
Magne Sjaastad
2020-01-31 07:33:54 +01:00
committed by GitHub
19 changed files with 129 additions and 115 deletions

View File

@@ -748,7 +748,7 @@ std::set<RifEclipseSummaryAddress>
if ( !usedFilters[cfIdx] )
{
RiaLogging::warning( "Vector filter \"" + summaryAddressFilters[static_cast<int>( cfIdx )] +
"\" did not match anything in case: \"" + sumCase->caseName() + "\"" );
"\" did not match anything in case: \"" + sumCase->nativeCaseName() + "\"" );
}
}
}
@@ -780,7 +780,7 @@ std::vector<RimSummaryCurve*> RicSummaryPlotFeatureImpl::addCurvesFromAddressFil
if ( !usedFilters[cfIdx] )
{
RiaLogging::warning( "Vector filter \"" + curveFilters[static_cast<int>( cfIdx )] +
"\" did not match anything in case: \"" + summaryCase->caseName() + "\"" );
"\" did not match anything in case: \"" + summaryCase->nativeCaseName() + "\"" );
}
}