Skip to content

Commit

Permalink
Add default matrix class (depends on R version)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Aug 12, 2024
1 parent 2c1e7e1 commit d4c5721
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inst/include/lotri.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ extern "C" {
isLotri_type isLotri; \
lotriLstToMat_type lotriLstToMat;
int _lotriLoaded = 0; \
SEXP iniLotriPtr(SEXP ptr) { \
iniLotriPtr0(ptr); \
SEXP _lotridefaultMatrixClass; \
SEXP iniLotriPtr(SEXP ptr, SEXP mc) { \
iniLotriPtr0(ptr, mc); \
}

#if defined(__cplusplus)
Expand Down

0 comments on commit d4c5721

Please sign in to comment.