Skip to content

Commit

Permalink
correction to last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TankredO committed Aug 23, 2017
1 parent 04d0cf9 commit 3fae5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhyloSim/src/RcppExportsIni.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern SEXP _PhyloSim_callModel(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP,
SEXP, SEXP, SEXP, SEXP, SEXP);

static const R_CallMethodDef CallEntries[] = {
{"PhyloSim_callModel", (DL_FUNC) &_PhyloSim_callModel, 22},
{"_PhyloSim_callModel", (DL_FUNC) &_PhyloSim_callModel, 22},
{NULL, NULL, 0}
};

Expand Down

0 comments on commit 3fae5e4

Please sign in to comment.