From 59a68bbb88122bd0c0d931a560f290fbfada9e6c Mon Sep 17 00:00:00 2001 From: skimo Date: Sun, 15 Feb 2004 21:22:17 +0000 Subject: [PATCH] don't assume factor is a constant --- barvinok.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barvinok.cc b/barvinok.cc index ee3ce93..f9c455e 100644 --- a/barvinok.cc +++ b/barvinok.cc @@ -1351,7 +1351,7 @@ constant: value_set_si(eres->x.p->arr[1].x.n, 0); else barvinok_count(P, &eres->x.p->arr[1].x.n, MaxRays); - emul(&factor, &eres->x.p->arr[1]); + emul(&factor, eres); out: free_evalue_refs(&factor); Polyhedron_Free(P); -- 2.11.4.GIT