projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0ba2b
)
Fix C code
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 30 Jun 2014 15:31:54 +0000
(17:31 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 30 Jun 2014 15:31:54 +0000
(17:31 +0200)
pypol/_islhelper.c
patch
|
blob
|
history
diff --git
a/pypol/_islhelper.c
b/pypol/_islhelper.c
index
f8c03e3
..
bc62968
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);
n = isl_basic_set_n_constraint(bset);
if (n == -1) {
PyErr_SetString(PyExc_RuntimeError,