Skip to content

Commit

Permalink
Merge branch 'master' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Jun 14, 2024
2 parents c62cb4e + 3b75ac1 commit 4b67347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysdd/sdd.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ cdef class Vtree:
if isinstance(var_order, array.array):
var_order_c = var_order
else:
var_order_c = array.array('l', var_order)
var_order_c = array.array('q', var_order)

self._vtree = sddapi_c.sdd_vtree_new_with_var_order(var_count_c, &var_order_c[0], vtree_type_c)
if self._vtree is NULL:
Expand Down

0 comments on commit 4b67347

Please sign in to comment.