mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 07:56:08 -06:00
WBS: Output DF and Poisson ratio as UNIT_NONE
This commit is contained in:
parent
2232a27fb2
commit
9a2d256392
@ -180,6 +180,10 @@ QString RigGeoMechWellLogExtractor::curveData( const RigFemResultAddress& resAdd
|
||||
}
|
||||
return RiaWellLogUnitTools::barX100UnitString();
|
||||
}
|
||||
else if ( param == RigWbsParameter::DF() || param == RigWbsParameter::poissonRatio() )
|
||||
{
|
||||
return RiaWellLogUnitTools::noUnitString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user