Remove a comment

This commit is contained in:
Rebecca Cox
2017-11-24 15:19:43 +01:00
parent 181871f970
commit 5fdb5f00ad

View File

@@ -172,7 +172,6 @@ void RivIntersectionGeometryGenerator::calculateArrays()
cvf::Vec3d temp = vertex.vx - p1;
double dot = temp.dot(m_extrusionDirection);
double lengthCheck;
//if (vertex.vx.z() > p1.z())
if (dot < 0)
{