📄 usigno.h
字号:
PARAMETER (MXIGNV=50,MXIGNS=50,MUUNIT=15) COMMON /USIGNO/ GALEPH,ADAMO,USAGE,UNFLP,atlas, & NIGNOR,NIGNOS, & CIGNOR(MXIGNV),LIGNOR(MXIGNS), & CIGNOS(MXIGNS),LIGNOS(MXIGNS) CHARACTER*(MXNMCH) CIGNOR,CIGNOS LOGICAL GALEPH,ADAMO,USAGE,UNFLP,atlas*-----------------------------------------------------------------------* MXIGNV = Maximum number of variable names to ignore* MUUNIT = LUN of USER list of variable names to ignore* NIGNOR = Number of variable names found* NIGNOS = Number of subroutine names found* CIGNOR = Array of ignorable variable names* CIGNOS = Array of ignorable subroutine names* LIGNOR = Length of variable name* LIGNOS = Length of subroutine name* GALEPH = set .TRUE. if special GALEPH processing* ADAMO = set .TRUE. if special ADAMO processing* USAGE = set .TRUE. if check of COMMON variable usage* UNFLP = set .TRUE. if NO coding convention checks !* ATLAS = set .TRUE. if special ATLAS processing*-----------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -