commit | 2db58882533eb988767975f38c211c16f703673b | [log] [tgz] |
---|---|---|
author | Gael Guennebaud <g.gael@free.fr> | Mon Jan 12 11:55:52 2009 +0000 |
committer | Gael Guennebaud <g.gael@free.fr> | Mon Jan 12 11:55:52 2009 +0000 |
tree | 685ff1d00d1f776b755a5fea1b2ec6837c2c8ee2 | |
parent | f268e79709ca696d843564595416098bf1a445c0 [diff] [blame] |
update testsuite script
diff --git a/test/adjoint.cpp b/test/adjoint.cpp index 8c6d6e3..f553bad 100644 --- a/test/adjoint.cpp +++ b/test/adjoint.cpp
@@ -39,7 +39,7 @@ RealScalar largerEps = test_precision<RealScalar>(); if (ei_is_same_type<RealScalar,float>::ret) - largerEps = 1e-3f; + largerEps = RealScalar(1e-3f); MatrixType m1 = MatrixType::Random(rows, cols), m2 = MatrixType::Random(rows, cols),