From d97f3689cae7efa697c7cf98f3ba9256598a48de Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 3 Jan 2007 17:35:12 +0100 Subject: [PATCH] barvinok.cc: series: pass full options to barvinok_count --- barvinok.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barvinok.cc b/barvinok.cc index d402d67..6cb9125 100644 --- a/barvinok.cc +++ b/barvinok.cc @@ -3532,7 +3532,7 @@ static gen_fun *series(Polyhedron *P, unsigned nparam, barvinok_options *options if (nparam == 0) { Value c; value_init(c); - barvinok_count(P, &c, options->MaxRays); + barvinok_count_with_options(P, &c, options); gf = new gen_fun(c); value_clear(c); } else { -- 2.11.4.GIT