Symbol Description Uses
sc 6



File Line number Procedure Code
./pkg/runclock/runclock_gettime.F 25 RUNCLOCK_GETTIME
      INTEGER yr,mo,dy,hr,mi,sc
./pkg/runclock/runclock_gettime.F 51 RUNCLOCK_GETTIME
      sc=DAT_VALS(7)
./pkg/runclock/runclock_gettime.F 57 RUNCLOCK_GETTIME
      tins=(((((yr-05)*12+mo)*30.+dy)*24.+hr)*60.+mi)*60.+sc+0.001*ms
./pkg/runclock/runclock_gettime.F 61 RUNCLOCK_GETTIME
       sc=mod(tm,60)
./pkg/runclock/runclock_gettime.F 62 RUNCLOCK_GETTIME
      tm=(tm-sc)/60
./pkg/runclock/runclock_gettime.F 9 RUNCLOCK_GETTIME
      SUBROUTINE RUNCLOCK_GETTIME( yr,mo,dy,hr,mi,sc,tins )