Home
last modified time | relevance | path

Searched refs:CP_BAD_DKY (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.h189 #define CP_BAD_DKY -26 macro
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes.c1479 cpProcessError(cp_mem, CP_BAD_DKY, "CPODES", "CPodeGetDky", MSGCP_NULL_DKY); in CPodeGetDky()
1480 return(CP_BAD_DKY); in CPodeGetDky()
1563 cpProcessError(cp_mem, CP_BAD_DKY, "CPODES", "CPodeGetQuadDky", MSGCP_NULL_DKY); in CPodeGetQuadDky()
1564 return(CP_BAD_DKY); in CPodeGetQuadDky()
H A Dcpodes_io.c1476 case CP_BAD_DKY: in CPodeGetReturnFlagName()