Janitor: move historyIdentifier/differenceIdentifier.

This commit is contained in:
Kristian Bendiksen
2023-12-04 14:16:46 +01:00
committed by Magne Sjaastad
parent ca87cee79b
commit 08f9e9b5bb
10 changed files with 37 additions and 19 deletions

View File

@@ -125,7 +125,7 @@ void RicNewSummaryMultiPlotFromDataVectorFeature::onActionTriggered( bool isChec
if ( !addr.isHistoryVector() )
{
auto historyAddr = addr;
historyAddr.setVectorName( addr.vectorName() + RifReaderEclipseSummary::historyIdentifier() );
historyAddr.setVectorName( addr.vectorName() + RifEclipseSummaryAddressDefines::historyIdentifier() );
if ( availableAddresses.count( historyAddr ) > 0 ) eclipseAddresses.insert( historyAddr );
}