mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5596 Fix unit conversion issue on LAS-export
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user