Function amici::wrapErrHandlerFn¶
Defined in File solver.h
Function Documentation¶
-
void
amici::wrapErrHandlerFn(int error_code, const char *module, const char *function, char *msg, void *eh_data)¶ Extracts diagnosis information from solver memory block and passes them to the specified output function.
- Parameters
error_code: error identifiermodule: name of the module in which the error occurredfunction: name of the function in which the error occurredmsg: error messageeh_data: amici::Solver as void*