metrumresearchgroup / mrgsolve

Simulate from ODE-based population PK/PD and QSP models in R
https://mrgsolve.org
GNU General Public License v2.0
131 stars 36 forks source link

Cannot pass databox type into user function included via $INCLUDE #1126

Closed kylebaron closed 12 months ago

kylebaron commented 1 year ago

Currently, can't include a header file via $INCLUDE and have it receive the self object.

In file include.h

void fun(databox& self) {
...
}

In mrgsolve model file

$INCLUDE include.h