udfGetTimeInc()
Return the current time increment.
Syntax
timeInc = udfGetTimeInc( udfHd ) ;
Type
AcuSolve User-Defined Function Global
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
Return Value
- timeInc (real)
- Current time increment.
Description
This routine returns the current time increment. For
example,
Real timeInc ;
...
timeInc = udfGetTimeInc( udfHd ) ;
Errors
This routine expects a valid udfHd.