fix my previous commit with EIGEN_EMPTY macro bug

This commit is contained in:
Gael Guennebaud
2009-01-27 19:08:20 +00:00
parent 9b06e072a5
commit 4ac8cabf8a
3 changed files with 14 additions and 10 deletions

View File

@@ -168,6 +168,9 @@ using Eigen::ei_cos;
// just an empty macro !
#define EIGEN_EMPTY
#define EIGEN_CAT2(a,b) a ## b
#define EIGEN_CAT(a,b) EIGEN_CAT2(a,b)
// format used in Eigen's documentation
// needed to define it here as escaping characters in CMake add_definition's argument seems very problematic.
#define EIGEN_DOCS_IO_FORMAT IOFormat(3, AlignCols, " ", "\n", "", "")