Przeglądaj źródła

rm bogus template

Former-commit-id: 094729e7e8eb7617aaebba635ce7be841930cba7
Alec Jacobson 6 lat temu
rodzic
commit
5d19ae349d
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      include/igl/edges.h

+ 1 - 2
include/igl/edges.h

@@ -14,8 +14,7 @@
 namespace igl
 namespace igl
 {
 {
   // Constructs a list of unique edges represented in a given mesh (V,F)
   // Constructs a list of unique edges represented in a given mesh (V,F)
-  // Templates:
+  //
-  //   T  should be a eigen sparse matrix primitive type like int or double
   // Inputs:
   // Inputs:
   //   F  #F by 3 list of mesh faces (must be triangles)
   //   F  #F by 3 list of mesh faces (must be triangles)
   //   or
   //   or