From 01fb9764e7ff92a13edd56d91833490afee4da7d Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 26 Sep 2009 15:49:55 +0200 Subject: isl_tab_compute_reduced_basis: work with affine basis instead of linear basis --- isl_sample.c | 1 - 1 file changed, 1 deletion(-) (limited to 'isl_sample.c') diff --git a/isl_sample.c b/isl_sample.c index 76d372d9..826c35a6 100644 --- a/isl_sample.c +++ b/isl_sample.c @@ -332,7 +332,6 @@ static struct isl_basic_set *basic_set_reduced(struct isl_basic_set *bset, *T = isl_basic_set_reduced_basis(bset); bset->ctx->gbr_only_first = gbr_only_first; - *T = isl_mat_lin_to_aff(*T); *T = isl_mat_right_inverse(*T); bset = isl_basic_set_preimage(bset, isl_mat_copy(*T)); -- cgit v1.2.3