From da00ec6e241c78a625a9becb7642cfb3e22b1a81 Mon Sep 17 00:00:00 2001 From: Avraham Adler Date: Sun, 20 Aug 2023 19:19:36 -0400 Subject: [PATCH] Comment out for now. --- src/compHorner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compHorner.c b/src/compHorner.c index 68cf40e..bb754b2 100644 --- a/src/compHorner.c +++ b/src/compHorner.c @@ -106,7 +106,7 @@ extern SEXP twoProd_c(SEXP a, SEXP b) { double *pb = REAL(b); double *px = REAL(x); double *py = REAL(y); - double Ah, Al, Bh, Bl; + // double Ah, Al, Bh, Bl; for (int i = 0; i < n; ++i) { px[i]= pa[i] * pb[i];