Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Mar 20, 2024
1 parent 0beb789 commit a6746e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,12 @@ extern SEXP getArmaMatSexp(int type, int csim, rx_solve* rx);
SEXP _rxode2_getEtRxsolve(SEXP e);
extern SEXP chin(SEXP x, SEXP table);

SEXP _rxode2_rxSolveSetup(void);

SEXP _rxode2_RcppExport_registerCCallable(void);
void R_init_rxode2(DllInfo *info){
R_CallMethodDef callMethods[] = {
{"_rxode2_rxSolveSetup", (DL_FUNC) &_rxode2_rxSolveSetup, 0},
{"_rxode2_isIntel", (DL_FUNC) &_rxode2_isIntel, 0},
{"_rxode2_binomProbsPredVec_", (DL_FUNC) &_rxode2_binomProbsPredVec_, 6},
{"_rxode2_binomProbs_", (DL_FUNC) &_rxode2_binomProbs_, 5},
Expand Down

0 comments on commit a6746e5

Please sign in to comment.