Function amici::wrapErrHandlerFn

Function Documentation

void amici::wrapErrHandlerFn(int error_code, char const *module, char const *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 identifier

  • module – name of the module in which the error occurred

  • function – name of the function in which the error occurred

  • msg – error message

  • eh_dataamici::Solver as void*