Browse Source

Update adjacency_matrix.h

Alec Jacobson 5 years ago
parent
commit
c645aac0c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/adjacency_matrix.h

+ 1 - 1
include/igl/adjacency_matrix.h

@@ -21,7 +21,7 @@ namespace igl
   // Inputs:
   // Inputs:
   //   F  #F by dim list of mesh simplices
   //   F  #F by dim list of mesh simplices
   // Outputs: 
   // Outputs: 
-  //   A  max(F) by max(F) cotangent matrix, each row i corresponding to V(i,:)
+  //   A  max(F) by max(F) adjacency matrix, each row i corresponding to V(i,:)
   //
   //
   // Example:
   // Example:
   //   // Mesh in (V,F)
   //   // Mesh in (V,F)