summaryrefslogtreecommitdiffhomepage
path: root/eigen/unsupported/test/sparse_extra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/unsupported/test/sparse_extra.cpp')
-rw-r--r--eigen/unsupported/test/sparse_extra.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/eigen/unsupported/test/sparse_extra.cpp b/eigen/unsupported/test/sparse_extra.cpp
index a010ceb..7a049c8 100644
--- a/eigen/unsupported/test/sparse_extra.cpp
+++ b/eigen/unsupported/test/sparse_extra.cpp
@@ -8,10 +8,10 @@
// 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
-#include "sparse_basic.cpp"
#include "sparse_product.cpp"
+#include "sparse_basic.cpp"
#include <Eigen/SparseExtra>
template<typename SetterType,typename DenseType, typename Scalar, int Options>