privately export isl_set_contains_point
commita363eab87f3765c4d02daaaeef4aee2a6956c29b
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 1 Mar 2010 14:40:25 +0000 (1 15:40 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 4 Mar 2010 18:03:40 +0000 (4 19:03 +0100)
tree98b45f4cf7dab821e5a6cc9f4d8e79f1814de104
parent16666e70e8254b25c3ce22e9f150ffee31df2e70
privately export isl_set_contains_point

Since we are now using the isl_point abstraction, we are
more strict about dimensions and so the code in pip.c that
actually used the wrong dimensions but just happened to work,
needs to be changed too.
isl_map_private.h
isl_map_subtract.c
isl_point.c
pip.c