From 87241089e19147cb7643387b53da8500b2124dcc Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 15 Jan 2009 13:30:50 +0000 Subject: Sparse module: bugfix in SparseMatrix::resize(), now the indices are correctly initialized to 0. --- test/mixingtypes.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/mixingtypes.cpp') diff --git a/test/mixingtypes.cpp b/test/mixingtypes.cpp index 686839161..ad03639a9 100644 --- a/test/mixingtypes.cpp +++ b/test/mixingtypes.cpp @@ -23,8 +23,14 @@ // License and a copy of the GNU General Public License along with // Eigen. If not, see . +#ifndef EIGEN_NO_STATIC_ASSERT #define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them +#endif + +#ifndef EIGEN_DONT_VECTORIZE #define EIGEN_DONT_VECTORIZE // SSE intrinsics aren't designed to allow mixing types +#endif + #include "main.h" -- cgit v1.2.3