fix compilation of unit tests

This commit is contained in:
Gael Guennebaud 2009-08-15 10:18:05 +02:00
parent 2f027b0d2c
commit 846e8b49ba

View File

@ -45,7 +45,7 @@ namespace Eigen
#define EI_PP_MAKE_STRING2(S) #S
#define EI_PP_MAKE_STRING(S) EI_PP_MAKE_STRING2(S)
#define EIGEN_DEFAULT_IO_FORMAT IOFormat(4, AlignCols, " ", "\n", "", "", "", "")
#define EIGEN_DEFAULT_IO_FORMAT IOFormat(4, 0, " ", "\n", "", "", "", "")
#ifndef EIGEN_NO_ASSERTION_CHECKING