rename isl_map_remove to isl_map_remove_dims
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 23 Oct 2010 11:42:21 +0000 (13:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 26 Oct 2010 14:38:43 +0000 (16:38 +0200)
commit27b6c995aaab20bf3b51b4adbba4a465a48c231c
treec9af0d4632d04f484c6ca72a7da575ab7db828f3
parenta7925d1b317c04bbe41c0b59d70dd12f2f1a8174
rename isl_map_remove to isl_map_remove_dims

The new name is more consistent with other functions and avoids confusion
as to what is being added.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
bound.c
include/isl_map.h
include/isl_set.h
isl_constraint.c
isl_convex_hull.c
isl_map.c
isl_map_simplify.c
isl_morph.c
isl_sample.c
pip.c