aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-02-25 01:17:44 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-02-25 01:17:44 +0100
commit19bc418f5c09cbee9f82c6bf97fbba1c060d43f2 (patch)
treecf0e896202dddabe74ccba362864ee2bcdc96ec5 /test
parent80d2a654652d87688448a9feb54a77466024677a (diff)
Remove erroneously committed debugging stuff.
Diffstat (limited to 'test')
-rw-r--r--test/array.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/array.cpp b/test/array.cpp
index 5e2e0e6c8..c1538c108 100644
--- a/test/array.cpp
+++ b/test/array.cpp
@@ -6,7 +6,7 @@
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#define EIGEN_DONT_VECTORIZE
+
#include "main.h"
template<typename ArrayType> void array(const ArrayType& m)