#5475 Make sg_EMW the default LAS-unit for WBS curves

This commit is contained in:
Gaute Lindkvist
2020-02-06 17:01:45 +01:00
parent 65b937303a
commit 6c566e0ec0

View File

@@ -217,7 +217,7 @@ QString RigGeoMechWellLogExtractor::curveData( const RigFemResultAddress& resAdd
}
}
}
return RiaWellLogUnitTools::noUnitString();
return RiaWellLogUnitTools::sg_emwUnitString();
}
//--------------------------------------------------------------------------------------------------
@@ -754,7 +754,7 @@ QString RigGeoMechWellLogExtractor::parameterInputUnits( const RigWbsParameter&
{
return RiaWellLogUnitTools::barUnitString();
}
return RiaWellLogUnitTools::noUnitString();
return RiaWellLogUnitTools::sg_emwUnitString();
}
//--------------------------------------------------------------------------------------------------