[PPL-devel] [GIT] ppl/ppl(compliance): Typo fixed.

Roberto Bagnara bagnara at cs.unipr.it
Fri Jun 20 11:27:45 CEST 2014


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Fri Jun 20 11:27:20 2014 +0200

Typo fixed.

---

 src/Constraint.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Constraint.cc b/src/Constraint.cc
index 82308ee..f3c6a6b 100644
--- a/src/Constraint.cc
+++ b/src/Constraint.cc
@@ -92,7 +92,7 @@ PPL::Constraint
   if (cycle.size() < 2) {
     // No-op. No need to call sign_normalize().
     return;
-  !}
+  }
 
   expr.permute_space_dimensions(cycle);
   // *this is still normalized but may be not strongly normalized:




More information about the PPL-devel mailing list