Skip to content

Commit

Permalink
Update init.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ManosPapadakis95 committed Jul 11, 2023
1 parent 2aaec6a commit f88875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static const R_CallMethodDef CallEntries[] = {
{"Rfast2_is_skew_symmetric", (DL_FUNC)&Rfast2_is_skew_symmetric, 1},
{"Rfast2_lud", (DL_FUNC)&Rfast2_lud, 1},
{"Rfast2_merge", (DL_FUNC)&Rfast2_merge, 2},
{"Rfast2_Quantile", (DL_FUNC)&Rfast2_Quantile, 4},
{"Rfast2_Quantile", (DL_FUNC)&Rfast2_Quantile, 3},
{"Rfast2_mmpc2", (DL_FUNC)&Rfast2_mmpc2, 10},
{"Rfast2_rowQuantile", (DL_FUNC)&Rfast2_rowQuantile, 4},
{"Rfast2_rowTrimMean", (DL_FUNC)&Rfast2_rowTrimMean, 4},
Expand Down

0 comments on commit f88875c

Please sign in to comment.