mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 17:49:36 +08:00
Don't redefine EIGEN_DEFAULT_IO_FORMAT in main.h.
This commit is contained in:
parent
9148c47d67
commit
f02f89bf2c
@ -221,6 +221,9 @@ class EigenTest {
|
||||
#define TRACK std::cerr << __FILE__ << " " << __LINE__ << std::endl
|
||||
// #define TRACK while()
|
||||
|
||||
#ifdef EIGEN_DEFAULT_IO_FORMAT
|
||||
#undef EIGEN_DEFAULT_IO_FORMAT
|
||||
#endif
|
||||
#define EIGEN_DEFAULT_IO_FORMAT IOFormat(4, 0, " ", "\n", "", "", "", "")
|
||||
|
||||
#if (defined(_CPPUNWIND) || defined(__EXCEPTIONS)) && !defined(__CUDA_ARCH__) && !defined(__HIP_DEVICE_COMPILE__) && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user