Previous: inqbc Up: ../plot79_i.html Next: inqbxv
SUBROUTINE INQBUG (BUGON,BUGPRT,BUGLIM) C$ (Inquire Debug CORE) C$ Return the current debug option settings: C$ C$ BUGON....... .TRUE. - debug printing is on. C$ .FALSE. - debug printing is off. C$ BUGPRT......FORTRAN unit number of the debug print file. C$ BUGLIM......Maximum number of debug lines allowed before C$ automatically shutting off the DEBUG option. C$ If BUGLIM = 0, unlimited printing is allowed. C$ C$ (01-APR-82)