mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6170 Shorten POROSITY-PERMEABILITY to PORO-PERM in result view.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user