clear rational flags from resulting convex hull
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 23 Sep 2008 10:35:01 +0000 (12:35 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 13 Oct 2008 10:33:09 +0000 (12:33 +0200)
isl_convex_hull.c

index 8df39ab..f41611b 100644 (file)
@@ -1131,6 +1131,7 @@ struct isl_basic_map *isl_map_convex_hull(struct isl_map *map)
                        isl_basic_map_copy(map->p[0]));
 
        isl_map_free(map);
+       F_CLR(convex_hull, ISL_BASIC_MAP_RATIONAL);
        return convex_hull;
 error:
        isl_set_free(set);