GETVER

Utility/Data Access SubroutineRetrieves the MotionSolve version number.

Use

The function can be called by any user-defined subroutine.

Format

Fortran Calling Syntax
CALL GETVER(VALUE)
C/C++ Calling Syntax
c_getver(value)
Python Calling Syntax
value = py_ getver()
MATLAB Calling Syntax
value = m_ getver()

Output

value
[character*(*)]
A character string or a string variable that contains the MotionSolve version.