Symbol Description Uses
prevfldsecs 10



File Line number Procedure Code
./pkg/ctrl/ctrl_get_gen_rec.F 157 CTRL_GET_GEN_REC
        call CAL_TOSECONDS( difftime, prevfldsecs, mythid )
./pkg/ctrl/ctrl_get_gen_rec.F 158 CTRL_GET_GEN_REC
        prevfldsecs  = int((prevfldsecs+0.5)/fldperiod)*fldperiod
./pkg/ctrl/ctrl_get_gen_rec.F 159 CTRL_GET_GEN_REC
        prevfldcount = int((prevfldsecs+0.5)/fldperiod) + 1
./pkg/ctrl/ctrl_get_gen_rec.F 67 CTRL_GET_GEN_REC
      _RL     prevfldsecs
./pkg/ctrl/ctrl_getrec.F 345 CTRL_GETREC
        call CAL_TOSECONDS( difftime, prevfldsecs, mythid )
./pkg/ctrl/ctrl_getrec.F 347 CTRL_GETREC
        prevfldsecs  = int((prevfldsecs+0.5)/fldperiod)*fldperiod
./pkg/ctrl/ctrl_getrec.F 348 CTRL_GETREC
        prevfldcount = int((prevfldsecs+0.5)/fldperiod) + 1
./pkg/ctrl/ctrl_getrec.F 75 CTRL_GETREC
      _RL     prevfldsecs