#3246 Fracture Visualization: Use display coordinates

This commit is contained in:
Magne Sjaastad
2018-08-30 08:22:53 +02:00
parent ad24409b91
commit 25b78626be

View File

@@ -489,7 +489,7 @@ cvf::ref<cvf::Part> RivWellFracturePartMgr::createStimPlanColorInterpolatedSurfa
{ {
// No result is mapped, show the entire StimPlan surface with default color // No result is mapped, show the entire StimPlan surface with default color
return createSingleColorSurfacePart(triangleIndices, nodeCoords, activeView.fractureColors()->defaultColor()); return createSingleColorSurfacePart(triangleIndices, nodeDisplayCoords, activeView.fractureColors()->defaultColor());
} }
return nullptr; return nullptr;