| Symbol | Description | Uses |
| maxString | Max length of a timer name | 8 |
| File | Line number | Procedure | Code |
| ./eesupp/src/timers.F | 110 | TIMER_CONTROL |
INTEGER maxString |
| ./eesupp/src/timers.F | 112 | TIMER_CONTROL |
PARAMETER ( maxString = 80 ) |
| ./eesupp/src/timers.F | 145 | TIMER_CONTROL |
CHARACTER*(maxString) timerNames( maxTimers , MAX_NO_THREADS) |
| ./eesupp/src/timers.F | 148 | TIMER_CONTROL |
CHARACTER*(maxString) tmpName |
| ./eesupp/src/timers.F | 149 | TIMER_CONTROL |
CHARACTER*(maxString) tmpAction |
| ./eesupp/src/timers.F | 176 | TIMER_CONTROL |
IF ( IEND - ISTART + 1 .GT. maxString ) GOTO 901 |
| ./eesupp/src/timers.F | 186 | TIMER_CONTROL |
IF ( IEND - ISTART + 1 .GT. maxString ) GOTO 903 |
| ./eesupp/src/timers.F | 318 | TIMER_CONTROL |
&' Names must have fewer than',maxString+1,' characters.' |