Skip to content

Commit

Permalink
Comment out for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Aug 20, 2023
1 parent 450bf14 commit da00ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compHorner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit da00ec6

Please sign in to comment.