isl_set_wrap_facet: make sure set is marked rational
commit7fa6772d24396da1083a1080501341aa1aedcc62
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 3 Mar 2010 15:23:21 +0000 (3 16:23 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 4 Mar 2010 09:03:47 +0000 (4 10:03 +0100)
tree455a7dbcd2fcf10acebcc8c9e1f7bd6380a0f14b
parent77cec31a5d472b2c07791fa016c7a2251665dcaf
isl_set_wrap_facet: make sure set is marked rational

When isl_set_wrap_facet is used from with isl_convex_hull.c, then
the set should already have been marked rational, but when
called from outside, it may not, so we have to do it explicitly.
isl_convex_hull.c
isl_test.c