Explorar o código

remove NO_EIGEN

Former-commit-id: 71cce1d855dfce45495ac19eb8c02477cd2be20c
Alec Jacobson %!s(int64=8) %!d(string=hai) anos
pai
achega
88c67e8714
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  1. 1 7
      include/igl/on_boundary.h

+ 1 - 7
include/igl/on_boundary.h

@@ -8,10 +8,7 @@
 #ifndef IGL_ON_BOUNDARY_H
 #define IGL_ON_BOUNDARY_H
 #include "igl_inline.h"
-
-#ifndef IGL_NO_EIGEN
-#  include <Eigen/Dense>
-#endif
+#include <Eigen/Dense>
 
 #include <vector>
 
@@ -34,8 +31,6 @@ namespace igl
     const std::vector<std::vector<IntegerT> > & T,
     std::vector<bool> & I,
     std::vector<std::vector<bool> > & C);
-
-#ifndef IGL_NO_EIGEN
   // Templates:
   //   DerivedT  integer-value: i.e. from MatrixXi
   //   DerivedI  bool-value: i.e. from MatrixXi
@@ -45,7 +40,6 @@ namespace igl
     const Eigen::PlainObjectBase<DerivedT>& T,
     Eigen::PlainObjectBase<DerivedI>& I,
     Eigen::PlainObjectBase<DerivedC>& C);
-#endif
 }
 
 #ifndef IGL_STATIC_LIBRARY