From ff4e835d6b974ff70bdf12288e58bc073eefe4fb Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Thu, 30 Aug 2018 20:10:11 +0200 Subject: "sparse_product.cpp" must be included before "sparse_basic.cpp", otherwise EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN has no effect --- unsupported/test/sparse_extra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/test/sparse_extra.cpp') diff --git a/unsupported/test/sparse_extra.cpp b/unsupported/test/sparse_extra.cpp index 4ac53a9a7..51ba83b13 100644 --- a/unsupported/test/sparse_extra.cpp +++ b/unsupported/test/sparse_extra.cpp @@ -10,8 +10,8 @@ // 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 template -- cgit v1.2.3