#323, #318 Geomechanical sign on Stress/Strain

Now they are presented as S and E, and the native Abaqus values are hidden.
This commit is contained in:
Jacob Støren
2015-06-19 14:38:31 +02:00
parent e740bdc618
commit 0377461da0
6 changed files with 72 additions and 53 deletions

View File

@@ -412,7 +412,7 @@ void RimGeoMechView::updateLegends()
cellResult()->legendConfig->legend()->setTitle(cvfqt::Utils::toString(
caf::AppEnum<RigFemResultPosEnum>(cellResult->resultPositionType()).uiText() + "\n"
+ cellResult->resultFieldName() + " " + cellResult->resultComponentName()));
+ cellResult->resultFieldUiName() + ", " + cellResult->resultComponentUiName()));
}
//--------------------------------------------------------------------------------------------------