Browse Source

It seems the #define statement is no longer needed.

Former-commit-id: 7822afe52e408a41a3cb297db3032d458f7d18f9
Qingnan Zhou 10 years ago
parent
commit
2a917bde75
1 changed files with 0 additions and 3 deletions
  1. 0 3
      include/igl/slice.h

+ 0 - 3
include/igl/slice.h

@@ -9,9 +9,6 @@
 #define IGL_SLICE_H
 #define IGL_SLICE_H
 #include "igl_inline.h"
 #include "igl_inline.h"
 
 
-#ifndef EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
-#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
-#endif
 #include <Eigen/Sparse>
 #include <Eigen/Sparse>
 namespace igl
 namespace igl
 {
 {