From: Danielle Bolan <n02702451@hawkmail.newpaltz.edu>
Date: Thu, 12 Jun 2014 14:47:02 +0000 (+0200)
Subject: printing out isl format but with wrong value
X-Git-Tag: 1.0~256
X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/commitdiff_plain/bfa736f3de5624a931b75cba5e3626f41b9475c6?hp=30df3336bf6b16524326d28c2c15475aa2e5328d

printing out isl format but with wrong value
---

diff --git a/pypol/linear.py b/pypol/linear.py
index 343acc7..2ef0d2a 100644
--- a/pypol/linear.py
+++ b/pypol/linear.py
@@ -160,7 +160,7 @@ class Expression:
 
     def __rsub__(self, other):
         return -(self - other)
-
+    
     @_polymorphic_method
     def __mul__(self, other):
         if other.isconstant():