mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(#595) Do not perform value filtering for LAS curves
This commit is contained in:
@@ -247,7 +247,7 @@ void RimWellLogExtractionCurve::updatePlotData()
|
||||
{
|
||||
if (!tvDepthValues.size())
|
||||
{
|
||||
m_curveData->setValuesAndMD(values, measuredDepthValues);
|
||||
m_curveData->setValuesAndMD(values, measuredDepthValues, true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user