Remove compiler warning

This commit is contained in:
Jacob Støren 2018-09-20 14:53:54 +02:00
parent 2368722d23
commit 7e78c77b90

View File

@ -498,8 +498,6 @@ cvf::ref<cvf::Part> RivWellFracturePartMgr::createStimPlanColorInterpolatedSurfa
return createSingleColorSurfacePart(triangleIndices, nodeDisplayCoords, activeView.fractureColors()->defaultColor());
}
return nullptr;
}
//--------------------------------------------------------------------------------------------------