Closed kylebaron closed 12 months ago
Currently, can't include a header file via $INCLUDE and have it receive the self object.
$INCLUDE
self
In file include.h
include.h
void fun(databox& self) { ... }
In mrgsolve model file
$INCLUDE include.h
Currently, can't include a header file via
$INCLUDE
and have it receive theself
object.In file
include.h
In mrgsolve model file