浏览代码

Merge pull request #96 from yig/patch-1

Fixed typo.

Former-commit-id: 1d0e31c92a980d67b29905e17b310461eafc7e47
Alec Jacobson 10 年之前
父节点
当前提交
d84a06f62d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/igl/tetgen/tetrahedralize.h

+ 1 - 1
include/igl/tetgen/tetrahedralize.h

@@ -33,7 +33,7 @@ namespace igl
     // Outputs:
     //   TV  #V by 3 vertex position list
     //   TT  #T by 4 list of tet face indices
-    //   TF  #F by 3 list of trianlge face indices
+    //   TF  #F by 3 list of triangle face indices
     // Returns status:
     //   0 success
     //   1 tetgen threw exception