Symbol | Description | Uses |
prevfldcount | 6 |
File | Line number | Procedure | Code |
./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 | 161 | CTRL_GET_GEN_REC |
if (fldcount .ne. prevfldcount) then |
./pkg/ctrl/ctrl_get_gen_rec.F | 66 | CTRL_GET_GEN_REC |
integer prevfldcount |
./pkg/ctrl/ctrl_getrec.F | 348 | CTRL_GETREC |
prevfldcount = int((prevfldsecs+0.5)/fldperiod) + 1 |
./pkg/ctrl/ctrl_getrec.F | 350 | CTRL_GETREC |
if (fldcount .ne. prevfldcount) then |
./pkg/ctrl/ctrl_getrec.F | 74 | CTRL_GETREC |
integer prevfldcount |