
22 Apr
2009
22 Apr
'09
8:54 a.m.
Module: ppl/ppl Branch: master Commit: 4086134c0c521d493e804794ca3d69d67f2e9631 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=4086134c0c521...
Author: Patricia Hill p.m.hill@leeds.ac.uk Date: Wed Apr 22 07:50:17 2009 +0100
Tests 11 fails with checked-int32 coefficients.
---
tests/Grid/affineimage2.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Grid/affineimage2.cc b/tests/Grid/affineimage2.cc index cdce6dc..0569ced 100644 --- a/tests/Grid/affineimage2.cc +++ b/tests/Grid/affineimage2.cc @@ -392,6 +392,6 @@ BEGIN_MAIN DO_TEST(test08); DO_TEST(test09); DO_TEST_F16A(test10); - DO_TEST_F16(test11); + DO_TEST_F32(test11); DO_TEST_F64(test12); END_MAIN