projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix make test
[linpy.git]
/
pypol
/
domains.py
diff --git
a/pypol/domains.py
b/pypol/domains.py
index
6c10de3
..
be87ffb
100644
(file)
--- a/
pypol/domains.py
+++ b/
pypol/domains.py
@@
-157,7
+157,6
@@
class Domain:
from .polyhedra import Polyhedron
dims = list(dims)
symbols = list(self.symbols)
- print(symbols)
islset = self._toislset(self.polyhedra, self.symbols)
for dim in dims:
if dim in symbols: