Prechádzať zdrojové kódy

"G can be same ref as G" -> "can be same ref as F"

Former-commit-id: fe87d32fb87e44f295573ef131fa1e2c3e767d78
James Andrews 6 rokov pred
rodič
commit
a54d558f82
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      include/igl/qslim.h

+ 1 - 1
include/igl/qslim.h

@@ -23,7 +23,7 @@ namespace igl
   //   max_m  desired number of output faces
   //   max_m  desired number of output faces
   // Outputs:
   // Outputs:
   //   U  #U by dim list of output vertex posistions (can be same ref as V)
   //   U  #U by dim list of output vertex posistions (can be same ref as V)
-  //   G  #G by 3 list of output face indices into U (can be same ref as G)
+  //   G  #G by 3 list of output face indices into U (can be same ref as F)
   //   J  #G list of indices into F of birth face
   //   J  #G list of indices into F of birth face
   //   I  #U list of indices into V of birth vertices
   //   I  #U list of indices into V of birth vertices
   IGL_INLINE bool qslim(
   IGL_INLINE bool qslim(