Skip to content

Commit

Permalink
Fix name of C init symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
louisaslett committed Apr 5, 2023
1 parent bf2e265 commit 43ff41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Registrations.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static const R_CMethodDef cMethods[] = {
{NULL, NULL, 0, NULL}
};

void R_init_kalis(DllInfo *info) {
void R_init_PhaseType(DllInfo *info) {
R_registerRoutines(info, cMethods, NULL, NULL, NULL);
R_useDynamicSymbols(info, FALSE);
R_forceSymbols(info, TRUE);
Expand Down

0 comments on commit 43ff41d

Please sign in to comment.