From 5cb78e0881bc7ebe2f072f9f0d4bf1007a8b20d7 Mon Sep 17 00:00:00 2001 From: papush! Date: Tue, 8 Mar 2022 14:26:08 +0100 Subject: [PATCH] remove trailing whitespace grrrrrrrrrrrrr --- src/point_tris_dist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/point_tris_dist.cc b/src/point_tris_dist.cc index 53bb241..0e7f921 100644 --- a/src/point_tris_dist.cc +++ b/src/point_tris_dist.cc @@ -17,7 +17,7 @@ double pointSegmentDistance(double *p, double *a, double *b, double* direction) vtkMath::Normalize(direction); return vtkMath::Norm(ap, 3); } - + double h = vtkMath::ClampValue(vtkMath::Dot(ap, ab) / segSqrLength, 0., 1.); vtkMath::MultiplyScalar(ab, h);