Remove erroneously committed debugging stuff.

This commit is contained in:
Gael Guennebaud 2013-02-25 01:17:44 +01:00
parent 80d2a65465
commit 19bc418f5c

View File

@ -6,7 +6,7 @@
// This Source Code Form is subject to the terms of the Mozilla // 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 // 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/. // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#define EIGEN_DONT_VECTORIZE
#include "main.h" #include "main.h"
template<typename ArrayType> void array(const ArrayType& m) template<typename ArrayType> void array(const ArrayType& m)