Symbol Description Uses
prevfldsecs 10



File Line number Procedure Code
./pkg/ctrl/ctrl_get_gen_rec.F 134 CTRL_GET_GEN_REC
        call CAL_TOSECONDS( difftime, prevfldsecs, mythid )
./pkg/ctrl/ctrl_get_gen_rec.F 135 CTRL_GET_GEN_REC
        prevfldsecs  = int((prevfldsecs+0.5)/fldperiod)*fldperiod
./pkg/ctrl/ctrl_get_gen_rec.F 136 CTRL_GET_GEN_REC
        prevfldcount = int((prevfldsecs+0.5)/fldperiod) + 1
./pkg/ctrl/ctrl_get_gen_rec.F 70 CTRL_GET_GEN_REC
      _RL     prevfldsecs
./pkg/ctrl/ctrl_getrec.F 333 CTRL_GETREC
        call CAL_TOSECONDS( difftime, prevfldsecs, mythid )
./pkg/ctrl/ctrl_getrec.F 335 CTRL_GETREC
        prevfldsecs  = int((prevfldsecs+0.5)/fldperiod)*fldperiod
./pkg/ctrl/ctrl_getrec.F 336 CTRL_GETREC
        prevfldcount = int((prevfldsecs+0.5)/fldperiod) + 1
./pkg/ctrl/ctrl_getrec.F 77 CTRL_GETREC
      _RL     prevfldsecs