ソースを参照

It seems the #define statement is no longer needed.

Former-commit-id: 7822afe52e408a41a3cb297db3032d458f7d18f9
Qingnan Zhou 10 年 前
コミット
2a917bde75
1 ファイル変更0 行追加3 行削除
  1. 0 3
      include/igl/slice.h

+ 0 - 3
include/igl/slice.h

@@ -9,9 +9,6 @@
 #define IGL_SLICE_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>
 namespace igl
 {