Browse Source

remove old comment

Thomas Davies 5 years ago
parent
commit
51b3f7093a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/igl/fast_winding_number.cpp

+ 0 - 2
include/igl/fast_winding_number.cpp

@@ -443,8 +443,6 @@ IGL_INLINE void igl::fast_winding_number(
   },1000);
 }
 
-//TODO: there should be a function that given row id, we return solid angle
-//        however its weird without that function being private... so keeping like this.
 template <typename Derivedp>
 IGL_INLINE typename Derivedp::Scalar igl::fast_winding_number(
   const FastWindingNumberBVH & fwn_bvh,