Browse Source

missing break (#2354)

Alec Jacobson 1 year ago
parent
commit
7e6bf3b81c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/igl/signed_distance.cpp

+ 1 - 0
include/igl/signed_distance.cpp

@@ -62,6 +62,7 @@ namespace
         break;
       case SIGNED_DISTANCE_TYPE_FAST_WINDING_NUMBER:
         igl::fast_winding_number(V.template cast<float>().eval(), F, 2, fwn_bvh);
+        break;
       case SIGNED_DISTANCE_TYPE_PSEUDONORMAL:
          // "Signed Distance Computation Using the Angle Weighted Pseudonormal"
          // [Bærentzen & Aanæs 2005]