Skip to content

Commit

Permalink
Remove duplicate sample integer
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaulrich committed Sep 29, 2018
1 parent 2bbca6e commit 01e7453
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runfun.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ SEXP runcov(SEXP _x, SEXP _y, SEXP _n, SEXP _sample, SEXP _cumulative)
double *x = REAL(_x);
double *y = REAL(_y);
int n = asInteger(_n);
int samp = asInteger(_sample);
int cumulative = asLogical(_cumulative);
int sample = asLogical(_sample);

Expand Down

0 comments on commit 01e7453

Please sign in to comment.