#2591 3D well log curves: Draw normals on fixed interval

This commit is contained in:
Unknown
2018-03-20 08:26:28 +01:00
committed by unknown
parent 4bb468b07a
commit e1aa4bb164
4 changed files with 103 additions and 35 deletions

View File

@@ -169,7 +169,7 @@ void RigWellPath::twoClosestPoints(const cvf::Vec3d& position, cvf::Vec3d* p1, c
}
}
if (closestIndex != cvf::UNDEFINED_DOUBLE)
if (closestIndex != cvf::UNDEFINED_SIZE_T)
{
if (closestIndex > 0)
{