Pārlūkot izejas kodu

Update remove_duplicate_vertices.h (#1514)

Zhongshi 5 gadi atpakaļ
vecāks
revīzija
c7324d3fa6
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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)