#4811 Source Stepping : Fix well stepping for ensembles

This commit is contained in:
Magne Sjaastad
2019-10-04 09:09:22 +02:00
parent ff3055b961
commit 311dd5b5c4
7 changed files with 101 additions and 115 deletions

View File

@@ -47,7 +47,7 @@ void RimSummaryPlotNameHelper::clear()
//--------------------------------------------------------------------------------------------------
void RimSummaryPlotNameHelper::appendAddresses( const std::vector<RifEclipseSummaryAddress>& addresses )
{
m_analyzer.appendAdresses( addresses );
m_analyzer.appendAddresses( addresses );
extractPlotTitleSubStrings();
}