projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update drop_dims, now works with more than 2 dims passed
[linpy.git]
/
pypol
/
_islhelper.c
diff --git
a/pypol/_islhelper.c
b/pypol/_islhelper.c
index
f8c03e3
..
eaacc67
100644
(file)
--- a/
pypol/_islhelper.c
+++ b/
pypol/_islhelper.c
@@
-36,6
+36,7
@@
static PyObject * isl_basic_set_constraints(PyObject *self, PyObject* args) {
return NULL;
}
bset = (isl_basic_set *) ptr;
+ bset = isl_basic_set_finalize(bset); // this instruction should not be required
n = isl_basic_set_n_constraint(bset);
if (n == -1) {
PyErr_SetString(PyExc_RuntimeError,