Browse Source

Fixes 2174 [ci skip]

Fixes 2174
Alec Jacobson 2 years ago
parent
commit
90464ffbc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/lscm.h

+ 1 - 1
include/igl/lscm.h

@@ -29,7 +29,7 @@ namespace igl
   //   V  #V by 3 list of mesh vertex positions
   //   V  #V by 3 list of mesh vertex positions
   //   F  #F by 3 list of mesh faces (must be triangles)
   //   F  #F by 3 list of mesh faces (must be triangles)
   //   b  #b boundary indices into V
   //   b  #b boundary indices into V
-  //   bc #b by 3 list of boundary values
+  //   bc #b by 2 list of boundary values
   // Outputs:
   // Outputs:
   //   UV #V by 2 list of 2D mesh vertex positions in UV space
   //   UV #V by 2 list of 2D mesh vertex positions in UV space
   //   Q  #Vx2 by #Vx2 symmetric positive semi-definite matrix for computing LSCM energy
   //   Q  #Vx2 by #Vx2 symmetric positive semi-definite matrix for computing LSCM energy