(#337) Renamed S to SE

SE is set to undefined where pore pressure is undefined.
This commit is contained in:
Pål Hagen
2015-07-01 11:35:17 +02:00
parent 02e5ba79cb
commit 6c54b1ad49
2 changed files with 109 additions and 64 deletions

View File

@@ -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;
}