aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-12-07 21:40:53 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-12-07 21:40:53 +0000
commit069ecbb4ab6104c0e04d5dafffa8cf750bdd82b0 (patch)
tree19e35988f995c86bf6f5eb8c58d9f35d3543b6c5 /test
parent09fd69d7344c8abea3179a4f4e68fb7f23f10d1f (diff)
* complete the change norm2->squaredNorm in PartialRedux
* somehow the NICE_RANDOM stuff wasn't being used anymore and tests were sometimes failing again. Fixed by #including Eigen/Array instead of cherry-picking just Random.h. * little fixes in the unaligned assert page
Diffstat (limited to 'test')
-rw-r--r--test/main.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/main.h b/test/main.h
index 459097782..cfff229ca 100644
--- a/test/main.h
+++ b/test/main.h
@@ -136,11 +136,8 @@ namespace Eigen
#define EIGEN_INTERNAL_DEBUGGING
#define EIGEN_NICE_RANDOM
-#include <Eigen/Core>
+#include <Eigen/Array>
-namespace Eigen {
-#include <Eigen/src/Array/Random.h>
-}
#define VERIFY(a) do { if (!(a)) { \
std::cerr << "Test " << g_test_stack.back() << " failed in "EI_PP_MAKE_STRING(__FILE__) << " (" << EI_PP_MAKE_STRING(__LINE__) << ")" \