mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-20 11:48:35 -06:00
#5475 Make sg_EMW the default LAS-unit for WBS curves
This commit is contained in:
parent
65b937303a
commit
6c566e0ec0
@ -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();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user