export isl_space_is_domain
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 7 Aug 2012 14:46:55 +0000 (16:46 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 7 Aug 2012 14:53:39 +0000 (16:53 +0200)
commitbe9c5c5145280761e94220db269f509837b8120e
tree2eece8bf7a9769e4c3eaa408db6a6aec0dcabf1e
parent6e19f41057afd266f6e3fafcf7651f82ee23fbae
export isl_space_is_domain

We cannot simply export the private isl_space_is_domain however, since
that one is also used in cases where the first argument is a parameter
space and the second argument is a set space.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/space.h
isl_pw_templ.c
isl_space.c
isl_space_private.h