[PPL-devel] [GIT] ppl/ppl(master): 8-bit coefficients are now enough for test07().

Roberto Bagnara bagnara at cs.unipr.it
Mon May 18 08:21:01 CEST 2009


Module: ppl/ppl
Branch: master
Commit: beee742bea103893f505d0bba069597c2cb3ae8e
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=beee742bea103893f505d0bba069597c2cb3ae8e

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon May 18 08:20:34 2009 +0200

8-bit coefficients are now enough for test07().

---

 tests/Polyhedron/wrap1.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Polyhedron/wrap1.cc b/tests/Polyhedron/wrap1.cc
index 3695a97..a36b931 100644
--- a/tests/Polyhedron/wrap1.cc
+++ b/tests/Polyhedron/wrap1.cc
@@ -575,7 +575,7 @@ BEGIN_MAIN
   DO_TEST_F8(test04);
   DO_TEST_F16(test05);
   DO_TEST_F16(test06);
-  DO_TEST_F16A(test07);
+  DO_TEST_F8(test07);
   DO_TEST_F8(test08);
   DO_TEST_F16(test09);
   DO_TEST_F16(test10);




More information about the PPL-devel mailing list