#912 Added Effective Mean Stress (SEM)

This commit is contained in:
Jacob Støren
2016-10-11 13:17:12 +02:00
parent 1a920338cc
commit ca2689dd19
3 changed files with 32 additions and 12 deletions

View File

@@ -444,7 +444,8 @@ void RimGeoMechView::updateLegends()
legendTitle += ", " + cvfqt::Utils::toString(cellResult->resultComponentUiName());
}
if (cellResult->resultFieldName() == "SE" || cellResult->resultFieldName() == "ST" || cellResult->resultFieldName() == "POR-Bar" || cellResult->resultFieldName() == "SM")
if ( cellResult->resultFieldName() == "SE" || cellResult->resultFieldName() == "ST" || cellResult->resultFieldName() == "POR-Bar"
|| cellResult->resultFieldName() == "SM" || cellResult->resultFieldName() == "SEM")
{
legendTitle += " [Bar]";
}