isl_basic_map_set_rational: fix type of argument
commit85a0ef928241548e68193ce443a99d03f0dd6245
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 21 Jul 2016 16:00:54 +0000 (21 18:00 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 11 Nov 2016 08:59:21 +0000 (11 09:59 +0100)
tree959a291b7af23104209898e9422b97ea9b930d44
parent7e0c695a780d76bfae3c9d1ede5db85693ad6bb7
isl_basic_map_set_rational: fix type of argument

Internally, isl_basic_set and isl_basic_map are the same,
but it is still better to use the correct type.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_convex_hull.c