Browse Source

Update remove_duplicate_vertices.h (#1514)

Zhongshi 5 years ago
parent
commit
c7324d3fa6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/igl/remove_duplicate_vertices.h

+ 2 - 2
include/igl/remove_duplicate_vertices.h

@@ -20,8 +20,8 @@ namespace igl
   //     this as a tolerance on L1 distance
   // Outputs:
   //   SV  #SV by dim new list of vertex positions
-  //   SVI #V by 1 list of indices so SV = V(SVI,:) 
-  //   SVJ #SV by 1 list of indices so V = SV(SVJ,:)
+  //   SVI #SV by 1 list of indices so SV = V(SVI,:) 
+  //   SVJ #V by 1 list of indices so V = SV(SVJ,:)
   //
   // Example:
   //   % Mesh in (V,F)