Explorar o código

Bugfix in remesh_along_isoline.h (#1164)

* fix typo

* fix typo for solving compile error
Kazutaka Nakashima %!s(int64=6) %!d(string=hai) anos
pai
achega
05666a7e72
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/igl/remesh_along_isoline.h

+ 1 - 1
include/igl/remesh_along_isoline.h

@@ -28,7 +28,7 @@ namespace igl
   //  U  #U by dim list of mesh vertex positions #U>=#V
   //  G  #G by 3 list of mesh triangle indices into U, #G>=#F
   //  SU  #U list of scalar field values over new mesh
-  //  J  #G list of indices into G revealing birth triangles
+  //  J  #G list of indices into F revealing birth triangles
   //  BC  #U by #V sparse matrix of barycentric coordinates so that U = BC*V
   //  L  #G list of bools whether scalar field in triangle below or above val
   template <