mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Now they are presented as S and E, and the native Abaqus values are hidden.
This commit is contained in:
@@ -170,8 +170,8 @@ void RiuFemResultTextBuilder::appendTextFromResultSlot(RigGeoMechCaseData* geomD
|
||||
{
|
||||
caf::AppEnum<RigFemResultPosEnum> resPosAppEnum = resultSlot->resultPositionType();
|
||||
resultInfoText->append(resPosAppEnum.uiText() + ", ");
|
||||
resultInfoText->append(resultSlot->resultFieldName()+ ", ") ;
|
||||
resultInfoText->append(resultSlot->resultComponentName() + ":\n");
|
||||
resultInfoText->append(resultSlot->resultFieldUiName()+ ", ") ;
|
||||
resultInfoText->append(resultSlot->resultComponentUiName() + ":\n");
|
||||
|
||||
|
||||
RigFemPart* femPart = geomData->femParts()->part(gridIndex);
|
||||
|
||||
Reference in New Issue
Block a user