Switch calculation of extra curve vertices to double precision

This commit is contained in:
Gaute Lindkvist
2018-05-18 10:50:13 +02:00
parent 62c3e8324a
commit 68dd0ba13e
6 changed files with 120 additions and 113 deletions

View File

@@ -91,7 +91,7 @@ void Riv3dWellLogPlanePartMgr::append3dWellLogCurveToModel(cvf::ModelBasicList*
const caf::DisplayCoordTransform* displayCoordTransform,
const cvf::BoundingBox& wellPathClipBoundingBox,
Rim3dWellLogCurve* rim3dWellLogCurve,
const std::vector<cvf::Vec3f>& drawSurfaceVertices)
const std::vector<cvf::Vec3d>& drawSurfaceVertices)
{
CVF_ASSERT(rim3dWellLogCurve);