Skip to content

Commit

Permalink
Docs: Fix signature of SUNErrHandlerFn (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Roberts committed May 3, 2024
1 parent 30eab8a commit 53e28a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/shared/sundials/Errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Specific error handlers can be enabled by pushing them onto the error handler st
with the function :c:func:`SUNContext_PushErrHandler`. They may disabled by calling :c:func:`SUNContext_PopErrHandler` or :c:func:`SUNContext_ClearErrHandlers`.
A SUNDIALS error handler function has the type
.. c:type:: int (*SUNErrHandlerFn)(int line, const char* func, const char* file, \
.. c:type:: void (*SUNErrHandlerFn)(int line, const char* func, const char* file, \
const char* msg, SUNErrCode err_code, \
void* err_user_data, SUNContext sunctx)
Expand Down

0 comments on commit 53e28a8

Please sign in to comment.