Change include order to make SparsePlugin work
This commit is contained in:
parent
2c932556fc
commit
64ec5a1a6b
@ -8,10 +8,10 @@
|
|||||||
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
|
||||||
// import basic and product tests for deprectaed DynamicSparseMatrix
|
// import basic and product tests for deprecated DynamicSparseMatrix
|
||||||
#define EIGEN_NO_DEPRECATED_WARNING
|
#define EIGEN_NO_DEPRECATED_WARNING
|
||||||
#include "sparse_basic.cpp"
|
|
||||||
#include "sparse_product.cpp"
|
#include "sparse_product.cpp"
|
||||||
|
#include "sparse_basic.cpp"
|
||||||
#include <Eigen/SparseExtra>
|
#include <Eigen/SparseExtra>
|
||||||
|
|
||||||
template<typename SetterType,typename DenseType, typename Scalar, int Options>
|
template<typename SetterType,typename DenseType, typename Scalar, int Options>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user