mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#337) Displaying "S" as "SE" in the GUI
This commit is contained in:
parent
68a7993105
commit
c804a5d8b3
@ -320,9 +320,9 @@ QString RimGeoMechResultDefinition::resultComponentUiName()
|
||||
QString RimGeoMechResultDefinition::convertToUiResultFieldName(QString resultFieldName)
|
||||
{
|
||||
if (resultFieldName == "E") return "NativeAbaqus Strain";
|
||||
if (resultFieldName == "S") return "NativeAbaqus Stess";
|
||||
if (resultFieldName == "NE") return "E"; // Make NE and NS appear as E and S
|
||||
if (resultFieldName == "NS") return "S";
|
||||
if (resultFieldName == "S") return "NativeAbaqus Stress";
|
||||
if (resultFieldName == "NE") return "E"; // Make NE and NS appear as E and SE
|
||||
if (resultFieldName == "NS") return "SE";
|
||||
|
||||
return resultFieldName;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user