Home
last modified time | relevance | path

Searched refs:CPErrHandlerFn (Results 1 – 3 of 3) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/include/cpodes/
H A Dcpodes.h445 typedef void (*CPErrHandlerFn)(int error_code, typedef
926 SUNDIALS_EXPORT int CPodeSetErrHandlerFn(void *cpode_mem, CPErrHandlerFn ehfun, void *eh_data);
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes_impl.h328 CPErrHandlerFn cp_ehfun; /* Error messages are handled by ehfun */
H A Dcpodes_io.c48 int CPodeSetErrHandlerFn(void *cpode_mem, CPErrHandlerFn ehfun, void *eh_data) in CPodeSetErrHandlerFn()