#6170 Shorten POROSITY-PERMEABILITY to PORO-PERM in result view.

This commit is contained in:
Kristian Bendiksen
2020-07-06 09:46:28 +02:00
parent 7d7840bb5f
commit 71f494d92c
3 changed files with 14 additions and 20 deletions

View File

@@ -828,7 +828,7 @@ QString RimGeoMechResultDefinition::currentResultUnits() const
{
return "1/GPa";
}
else if ( this->resultFieldName() == "POROSITY-PERMEABILITY" && this->resultComponentName() == "PERM" )
else if ( this->resultFieldName() == "PORO-PERM" && this->resultComponentName() == "PERM" )
{
return "mD";
}