[PPL-devel] [GIT] ppl/ppl(master): Let test13 compile.

Enea Zaffanella zaffanella at cs.unipr.it
Sun Mar 21 19:26:46 CET 2010


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

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Sun Mar 21 19:25:53 2010 +0100

Let test13 compile.

---

 tests/Octagonal_Shape/frequency1.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Octagonal_Shape/frequency1.cc b/tests/Octagonal_Shape/frequency1.cc
index 652a5e0..ad840a6 100644
--- a/tests/Octagonal_Shape/frequency1.cc
+++ b/tests/Octagonal_Shape/frequency1.cc
@@ -299,8 +299,8 @@ test13() {
 
   TOctagonal_Shape os(3);
   os.add_constraint(4*A - 4*B == 1);
-  o.add_constraint(3*C == 1);
-  o.add_constraint(B <= 2);
+  os.add_constraint(3*C == 1);
+  os.add_constraint(B <= 2);
 
   Coefficient num;
   Coefficient den;




More information about the PPL-devel mailing list