mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
WBS LAS-parameter fixes to be more consistent
This commit is contained in:
@@ -764,6 +764,14 @@ QString RigGeoMechWellLogExtractor::parameterInputUnits( const RigWbsParameter&
|
||||
{
|
||||
return RiaWellLogUnitTools::barUnitString();
|
||||
}
|
||||
else if ( parameter == RigWbsParameter::poissonRatio() || parameter == RigWbsParameter::DF() )
|
||||
{
|
||||
return RiaWellLogUnitTools::noUnitString();
|
||||
}
|
||||
else if ( parameter == RigWbsParameter::waterDensity() )
|
||||
{
|
||||
return RiaWellLogUnitTools::gPerCm3UnitString();
|
||||
}
|
||||
return RiaWellLogUnitTools::sg_emwUnitString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user