mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5179 Fix missing LAS-file data in plots when las-file doesn't contain TVD
This commit is contained in:
parent
445f28d26f
commit
ed1d02535d
@ -122,11 +122,11 @@ void RimWellLogFileCurve::onLoadDataAndUpdate( bool updateParentPlot )
|
|||||||
if ( values.size() == trueVerticalDepthValues.size() &&
|
if ( values.size() == trueVerticalDepthValues.size() &&
|
||||||
values.size() == measuredDepthValues.size() )
|
values.size() == measuredDepthValues.size() )
|
||||||
{
|
{
|
||||||
this->setValuesAndDepths( values,
|
this->setValuesWithTVD( values,
|
||||||
measuredDepthValues,
|
measuredDepthValues,
|
||||||
RiaDefines::MEASURED_DEPTH,
|
trueVerticalDepthValues,
|
||||||
wellLogFile->depthUnit(),
|
wellLogFile->depthUnit(),
|
||||||
false );
|
false );
|
||||||
canUseTvd = true;
|
canUseTvd = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user