mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6052 Update component name to "SM", used to be "STM" and "SEM"
This commit is contained in:
parent
457cdae367
commit
95cc84d75a
@ -77,8 +77,7 @@ RigFemScalarResultFrames* RigFemPartResultCalculatorQ::calculate( int partIndex,
|
||||
frameCountProgress.setNextProgressIncrement( m_resultCollection->frameCount() );
|
||||
|
||||
RigFemScalarResultFrames* stm =
|
||||
m_resultCollection->findOrLoadScalarResult( partIndex,
|
||||
RigFemResultAddress( resVarAddr.resultPosType, "ST", "STM" ) );
|
||||
m_resultCollection->findOrLoadScalarResult( partIndex, RigFemResultAddress( resVarAddr.resultPosType, "ST", "SM" ) );
|
||||
|
||||
RigFemScalarResultFrames* dstDataFrames = m_resultCollection->createScalarResult( partIndex, resVarAddr );
|
||||
|
||||
|
@ -533,6 +533,8 @@ void RimGeoMechResultDefinition::initAfterRead()
|
||||
m_timeLapseBaseTimestep = RigFemResultAddress::noTimeLapseValue();
|
||||
}
|
||||
|
||||
if ( m_resultComponentName == "STM" || m_resultComponentName == "SEM" ) m_resultComponentName = "SM";
|
||||
|
||||
m_resultPositionTypeUiField = m_resultPositionType;
|
||||
m_resultVariableUiField = composeFieldCompString( m_resultFieldName(), m_resultComponentName() );
|
||||
m_compactionRefLayerUiField = m_compactionRefLayer;
|
||||
|
Loading…
Reference in New Issue
Block a user