Browse Source

extra template in header

Former-commit-id: ddd3be5a22d2efc81b8a35530d735a2b20a04a0d
Alec Jacobson 8 years ago
parent
commit
68ceab903d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/is_edge_manifold.h

+ 1 - 1
include/igl/is_edge_manifold.h

@@ -36,7 +36,7 @@ namespace igl
     Eigen::PlainObjectBase<DerivedE>& E,
     Eigen::PlainObjectBase<DerivedEMAP>& EMAP,
     Eigen::PlainObjectBase<DerivedBE>& BE);
-  template <typename DerivedV, typename DerivedF>
+  template <typename DerivedF>
   IGL_INLINE bool is_edge_manifold(
     const Eigen::PlainObjectBase<DerivedF>& F);
 }