#5596 Fix unit conversion issue on LAS-export

This commit is contained in:
Gaute Lindkvist 2020-03-02 13:11:16 +01:00
parent 9ed054e28c
commit 33243c30ce

View File

@ -183,6 +183,7 @@ QString RigGeoMechWellLogExtractor::curveData( const RigFemResultAddress& resAdd
} }
} }
} }
return RiaWellLogUnitTools::sg_emwUnitString();
} }
else if ( resAddr.isValid() ) else if ( resAddr.isValid() )
{ {
@ -210,7 +211,7 @@ QString RigGeoMechWellLogExtractor::curveData( const RigFemResultAddress& resAdd
} }
} }
} }
return RiaWellLogUnitTools::sg_emwUnitString(); return RiaWellLogUnitTools::barUnitString();
} }
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------