forgot to update this

This commit is contained in:
Benoit Jacob 2009-08-14 20:03:14 -04:00
parent 2f74801ca4
commit a5f820b873

View File

@ -244,7 +244,7 @@ using Eigen::ei_cos;
// 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", "", "")
#define EIGEN_DOCS_IO_FORMAT IOFormat(3, 0, " ", "\n", "", "")
#define EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Derived) \
using Base::operator =; \