From bfa736f3de5624a931b75cba5e3626f41b9475c6 Mon Sep 17 00:00:00 2001 From: Danielle Bolan Date: Thu, 12 Jun 2014 16:47:02 +0200 Subject: [PATCH] printing out isl format but with wrong value --- pypol/linear.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- 2.20.1