Symbol Description Uses
tmpAction 7



File Line number Procedure Code
./eesupp/src/timers.F 149 TIMER_CONTROL
      CHARACTER*(maxString) tmpAction
./eesupp/src/timers.F 187 TIMER_CONTROL
      tmpAction = action(ISTART:IEND)
./eesupp/src/timers.F 188 TIMER_CONTROL
      CALL UCASE( tmpAction )
./eesupp/src/timers.F 193 TIMER_CONTROL
      IF     ( tmpAction .EQ. START ) THEN
./eesupp/src/timers.F 217 TIMER_CONTROL
      ELSEIF ( tmpAction .EQ. STOP ) THEN
./eesupp/src/timers.F 237 TIMER_CONTROL
      ELSEIF ( tmpAction .EQ. PRINT ) THEN
./eesupp/src/timers.F 265 TIMER_CONTROL
      ELSEIF ( tmpAction .EQ. PRINTALL ) THEN