Skip to content

Commit

Permalink
Increased logs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Dec 24, 2023
1 parent 84fa81f commit 3796af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using namespace Rcpp;
extern "C" {
#endif

SEXP var_context(SEXP file_path);
SEXP var_context_(SEXP file_path);
SEXP call_stan_(SEXP options_vector, SEXP ll_fun, SEXP grad_fun);
SEXP parse_csv_(SEXP filename_);
SEXP constrain_pars_(SEXP pars_, SEXP lower_, SEXP upper_);
Expand All @@ -25,7 +25,7 @@ SEXP unconstrain_pars_(SEXP pars_, SEXP lower_, SEXP upper_);
#define CALLDEF(name, n) {#name, (DL_FUNC) &name, n}

static const R_CallMethodDef CallEntries[] = {
CALLDEF(var_context, 1),
CALLDEF(var_context_, 1),
CALLDEF(call_stan_, 3),
CALLDEF(parse_csv_, 1),
CALLDEF(constrain_pars_, 3),
Expand Down

0 comments on commit 3796af7

Please sign in to comment.