GTONAM
Utility/Data Access SubroutineReturns the base-name of the MotionSolve output files.
Use
The function can be called by any user-defined subroutine.
Format
- Fortran Calling Syntax
- CALL GTONAM(STRG)
- C/C++ Calling Syntax
- c_gtonam(strg)
- Python Calling Syntax
- strg = py_ gtonam()
- MATLAB Calling Syntax
- strg = m_ gtonam()
Output
- STRG
- [character]
Example
If MotionSolve is launched with the output filename c:\work\pendulum.mrf, then the call to GTONAM yields an output STRG= "c:\work\pendulum".
Comments
You are responsible for providing sufficient storage in the output array.