mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7761 Objective Function : Fix typo for history vector
This commit is contained in:
parent
c6be89b61c
commit
40c44983f4
@ -129,8 +129,8 @@ double RimObjectiveFunction::value( RimSummaryCase*
|
|||||||
vectorSummaryAddressDiff.setQuantityName( s );
|
vectorSummaryAddressDiff.setQuantityName( s );
|
||||||
|
|
||||||
RifEclipseSummaryAddress vectorSummaryAddressHistory = vectorSummaryAddress;
|
RifEclipseSummaryAddress vectorSummaryAddressHistory = vectorSummaryAddress;
|
||||||
vectorSummaryAddressDiff.setQuantityName( vectorSummaryAddress.quantityName() +
|
vectorSummaryAddressHistory.setQuantityName( vectorSummaryAddress.quantityName() +
|
||||||
RifReaderEclipseSummary::differenceIdentifier() );
|
RifReaderEclipseSummary::historyIdentifier() );
|
||||||
|
|
||||||
if ( readerInterface->allResultAddresses().count( vectorSummaryAddressDiff ) )
|
if ( readerInterface->allResultAddresses().count( vectorSummaryAddressDiff ) )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user