Symbol | Description | Uses |
maxString | Max length of a timer name | 8 |
File | Line number | Procedure | Code |
./eesupp/src/timers.F | 115 | TIMER_CONTROL |
INTEGER maxString |
./eesupp/src/timers.F | 117 | TIMER_CONTROL |
PARAMETER ( maxString = 80 ) |
./eesupp/src/timers.F | 150 | TIMER_CONTROL |
CHARACTER*(maxString) timerNames( maxTimers , MAX_NO_THREADS) |
./eesupp/src/timers.F | 153 | TIMER_CONTROL |
CHARACTER*(maxString) tmpName |
./eesupp/src/timers.F | 154 | TIMER_CONTROL |
CHARACTER*(maxString) tmpAction |
./eesupp/src/timers.F | 230 | TIMER_CONTROL |
IF ( IEND - ISTART + 1 .GT. maxString ) GOTO 901 |
./eesupp/src/timers.F | 240 | TIMER_CONTROL |
IF ( IEND - ISTART + 1 .GT. maxString ) GOTO 903 |
./eesupp/src/timers.F | 614 | TIMER_CONTROL |
&' Names must have fewer than',maxString+1,' characters.' |