Browse Source

Update the documentation of is_vertex_manifold.

Former-commit-id: 996ae7b7361ea5aff856696dba15feb135cd8e09
Qingnan Zhou 9 years ago
parent
commit
9f0396b085
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/is_vertex_manifold.h

+ 1 - 1
include/igl/is_vertex_manifold.h

@@ -22,7 +22,7 @@ namespace igl
   // Inputs:
   //   F  #F by 3 list of triangle indices
   // Outputs:
-  //   B  #V list whether 
+  //   B  #V list indicate whether each vertex is locally manifold.
   // Returns whether mesh is vertex manifold.
   //
   // See also: is_edge_manifold