However, the SUNLogInfo API does not allow to give a user data pointer. In kinsol.c, since version 7 the call to the info message handler
/* call the info message handler */
kin_mem->kin_ihfun(module, fname, msg, kin_mem->kin_ih_data);
has been replaced by
SUNLogInfo(KIN_LOGGER, "KINSOL", fname, "%s", msg);
A user-defined logger or callback function should allow to pass a user data pointer.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
To unsubscribe from the SUNDIALS-USERS list: write to: mailto:SUNDIALS-USERS-...@LISTSERV.LLNL.GOV