WBS: Output DF and Poisson ratio as UNIT_NONE

This commit is contained in:
Gaute Lindkvist 2020-03-10 15:49:23 +01:00
parent 2232a27fb2
commit 9a2d256392

View File

@ -180,6 +180,10 @@ QString RigGeoMechWellLogExtractor::curveData( const RigFemResultAddress& resAdd
}
return RiaWellLogUnitTools::barX100UnitString();
}
else if ( param == RigWbsParameter::DF() || param == RigWbsParameter::poissonRatio() )
{
return RiaWellLogUnitTools::noUnitString();
}
}
}
}