From: Sven Verdoolaege Date: Sun, 29 Jul 2012 16:11:23 +0000 (+0200) Subject: doc: add a note about isl_*_intersect and parametric sets X-Git-Tag: isl-0.11~280 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46736fc916f931e773864fe5656a551d03874040;p=platform%2Fupstream%2Fisl.git doc: add a note about isl_*_intersect and parametric sets Signed-off-by: Sven Verdoolaege --- diff --git a/doc/user.pod b/doc/user.pod index f769885..afd0f2c 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -2468,6 +2468,11 @@ the same (number of) parameters. __isl_take isl_union_map *umap1, __isl_take isl_union_map *umap2); +The second argument to the C<_params> functions needs to be +a parametric (basic) set. For the other functions, a parametric set +for either argument is only allowed if the other argument is +a parametric set as well. + =item * Union __isl_give isl_set *isl_basic_set_union(