Home
last modified time | relevance | path

Searched refs:CP_TOO_CLOSE (Results 1 – 2 of 2) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/include/cpodes/
H A Dcpodes.h190 #define CP_TOO_CLOSE -27 macro
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes.c2118 if ((tdiff = tout-tn) == ZERO) return(CP_TOO_CLOSE); in cpHin()
2122 if (tdist < TWO*tround) return(CP_TOO_CLOSE); in cpHin()
3696 case CP_TOO_CLOSE: in cpHandleFailure()
3697 cpProcessError(cp_mem, CP_TOO_CLOSE, "CPODES", "CPode", MSGCP_TOO_CLOSE); in cpHandleFailure()