Subroutine Type |
Utility/Data Access |
|
Definition |
Retrieves the integrator type during a MotionSolve run. GETINT can be used within a user-defined subroutine to branch. For example, the execution depending on the integrator type. |
|
Use |
The function can be called by any user-defined subroutine. |
|
Calling Syntax |
Fortran CALL GETINT (VALUE)
C c_getint(value)
Python value = py_getint()
MATLAB value = m_getint() |
|
Input Arguments |
No input arguments. |
|
Output Values |
[character*(*)] value |
A character string or a string variable that contains the integrator type used for the MotionSolve run. |
See Also: