mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#337) Renamed S to SE
SE is set to undefined where pore pressure is undefined.
This commit is contained in:
@@ -322,7 +322,6 @@ QString RimGeoMechResultDefinition::convertToUiResultFieldName(QString resultFie
|
||||
if (resultFieldName == "E") return "NativeAbaqus Strain";
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user