mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-15 10:03:34 -06:00
#5596 Fix unit conversion issue on LAS-export
This commit is contained in:
parent
9ed054e28c
commit
33243c30ce
@ -183,6 +183,7 @@ QString RigGeoMechWellLogExtractor::curveData( const RigFemResultAddress& resAdd
|
||||
}
|
||||
}
|
||||
}
|
||||
return RiaWellLogUnitTools::sg_emwUnitString();
|
||||
}
|
||||
else if ( resAddr.isValid() )
|
||||
{
|
||||
@ -210,7 +211,7 @@ QString RigGeoMechWellLogExtractor::curveData( const RigFemResultAddress& resAdd
|
||||
}
|
||||
}
|
||||
}
|
||||
return RiaWellLogUnitTools::sg_emwUnitString();
|
||||
return RiaWellLogUnitTools::barUnitString();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user