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:
@@ -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()));
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user