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:
@@ -46,9 +46,9 @@ RimCustomObjectiveFunctionWeight* RimObjectiveFunctionTools::addWeight( RimCusto
|
||||
candidateAdr = newWeight->parentCurveSet()->summaryAddress();
|
||||
}
|
||||
|
||||
auto nativeQuantityName = RimObjectiveFunctionTools::nativeQuantityName( candidateAdr.quantityName() );
|
||||
auto nativeQuantityName = RimObjectiveFunctionTools::nativeQuantityName( candidateAdr.vectorName() );
|
||||
|
||||
candidateAdr.setQuantityName( nativeQuantityName );
|
||||
candidateAdr.setVectorName( nativeQuantityName );
|
||||
newWeight->setSummaryAddress( candidateAdr );
|
||||
|
||||
return newWeight;
|
||||
|
||||
Reference in New Issue
Block a user