rename isl_map_add to isl_map_add_dims
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 30 Sep 2010 13:47:43 +0000 (15:47 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 6 Oct 2010 10:08:44 +0000 (12:08 +0200)
commit260239ae513d0de0bf9ad5f81d2f92be20ee8ddf
tree67ddc9a99081d652b892fbf8f6048ef1ce038f4a
parent596122af75f167c1b560ad55147e2c92ca2286c6
rename isl_map_add to isl_map_add_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>
doc/user.pod
include/isl_map.h
include/isl_set.h
isl_map.c
isl_test.c
isl_transitive_closure.c