From 8966f056da7e6b81466ab49cc039b46da7092b55 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 11 Feb 2012 11:29:04 +0100 Subject: [PATCH] barvinok_e.cc: enumerate_line: fix typo Reported-by: Rachid Seghir Signed-off-by: Sven Verdoolaege --- barvinok_e.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barvinok_e.cc b/barvinok_e.cc index 7f0ef1d..7a2576c 100644 --- a/barvinok_e.cc +++ b/barvinok_e.cc @@ -600,7 +600,7 @@ static evalue* enumerate_line(Polyhedron *P, break; assert(i < nparam); for (j = i+1; j < nparam; ++j) - if (value_notzero_p(P->Ray[0][1+nvar+exist+i])) + if (value_notzero_p(P->Ray[0][1+nvar+exist+j])) break; assert(j >= nparam); // for now -- 2.11.4.GIT