소스 검색

rm bogus template

Former-commit-id: 094729e7e8eb7617aaebba635ce7be841930cba7
Alec Jacobson 6 년 전
부모
커밋
5d19ae349d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      include/igl/edges.h

+ 1 - 2
include/igl/edges.h

@@ -14,8 +14,7 @@
 namespace igl
 {
   // 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:
   //   F  #F by 3 list of mesh faces (must be triangles)
   //   or