From 20d05a95618c123b3ae07de9d0ffadfc86ee7e04 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Fri, 22 Jun 2018 08:25:01 +0200 Subject: [PATCH] #3094 Make sure following current animation step works for GeoMech well log extraction curves --- .../ProjectDataModel/Rim3dWellLogExtractionCurve.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/ProjectDataModel/Rim3dWellLogExtractionCurve.cpp b/ApplicationCode/ProjectDataModel/Rim3dWellLogExtractionCurve.cpp index 42a5827ac0..3018460756 100644 --- a/ApplicationCode/ProjectDataModel/Rim3dWellLogExtractionCurve.cpp +++ b/ApplicationCode/ProjectDataModel/Rim3dWellLogExtractionCurve.cpp @@ -220,7 +220,7 @@ void Rim3dWellLogExtractionCurve::curveValuesAndMdsAtTimeStep(std::vectormeasuredDepth(); m_geomResultDefinition->loadResult(); geomExtractor->setRkbDiff(rkbDiff()); - geomExtractor->curveData(m_geomResultDefinition->resultAddress(), m_timeStep, values); + geomExtractor->curveData(m_geomResultDefinition->resultAddress(), timeStep, values); } }