GETINT

Utility/Data Access SubroutineRetrieves the integrator type during a MotionSolve run.

Use

GETINT can be used within a user-defined subroutine to branch. For example, the execution depending on the integrator type. The function can be called by any user-defined subroutine.

Format

Fortran Calling Syntax
CALL GETINT (VALUE)
C/C++ Calling Syntax
c_getint(value)
Python Calling Syntax
value = py_getint()
MATLAB Calling Syntax
value = m_getint()

Output

value
[character*(*)]
A character string or a string variable that contains the integrator type used for the MotionSolve run.