]> CRI, Mines Paris - PSL - linpy.git/blobdiff - pypol/_islhelper.c
Update drop_dims, now works with more than 2 dims passed
[linpy.git] / pypol / _islhelper.c
index bc62968b439ba6216b336b2ae083f30ce58e5bf8..eaacc67aa501647dc3c073adbb79157155c5ad28 100644 (file)
@@ -36,7 +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);
+    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,