Browse Source

Update volume.h (#1310)

Zhongshi 6 years ago
parent
commit
8cbc8da130
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/volume.h

+ 1 - 1
include/igl/volume.h

@@ -20,7 +20,7 @@ namespace igl
   //   V  #V by dim list of vertex positions
   //   T  #V by 4 list of tet indices
   // Outputs:
-  //   vol  #T list of dihedral angles (in radians)
+  //   vol  #T list of tetrahedron volumes
   //
   template <
     typename DerivedV,