Browse Source

Fix a documentation problem

KarlLeell 6 years ago
parent
commit
46c5349641
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/igl/is_edge_manifold.h

+ 0 - 1
include/igl/is_edge_manifold.h

@@ -16,7 +16,6 @@ namespace igl
   // check if the mesh is edge-manifold
   //
   // Inputs:
-  //   V  #V by dim list of mesh vertex positions **unneeded**
   //   F  #F by 3 list of triangle indices
   // Returns whether mesh is edge manifold.
   //