Skip to content

Commit

Permalink
CF fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 5, 2023
1 parent 580c2a8 commit ba43964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rxode2parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ extern "C" SEXP _rxode2parse_udfReset() {
fun2();
return R_NilValue;
END_RCPP

}

extern "C" SEXP _rxode2_codegen(SEXP c_file, SEXP prefix, SEXP libname, SEXP pMd5, SEXP timeId, SEXP lastMv, SEXP goodFuns) {
BEGIN_RCPP
assignRxode2ParsePtrs();
Expand Down

0 comments on commit ba43964

Please sign in to comment.