GETMOD

GETMOD returns the current analysis mode.

Use

Called By

Any user-written subroutine

Calling Sequence

CALL GETMOD (mode)

Output Argument

 
mode
An integer variable that specifies the current analysis mode.
 
Caution:  
GETMOD should be called from a user-written subroutine only when iflag is zero. (That is, GETMOD should not be called during the subroutine initialization.) Calls to GETMOD when iflag is not zero can result in erroneous mode information.