Symbol | Description | Uses |
fldcount | 10 |
File | Line number | Procedure | Code |
./pkg/ctrl/ctrl_get_gen_rec.F | 144 | CTRL_GET_GEN_REC |
fldcount = int((fldsecs+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 | 170 | CTRL_GET_GEN_REC |
count0 = fldcount - startrec + 1 |
./pkg/ctrl/ctrl_get_gen_rec.F | 171 | CTRL_GET_GEN_REC |
count1 = fldcount - startrec + 2 |
./pkg/ctrl/ctrl_get_gen_rec.F | 64 | CTRL_GET_GEN_REC |
integer fldcount |
./pkg/ctrl/ctrl_getrec.F | 332 | CTRL_GETREC |
fldcount = int((fldsecs+0.5)/fldperiod) + 1 |
./pkg/ctrl/ctrl_getrec.F | 350 | CTRL_GETREC |
if (fldcount .ne. prevfldcount) then |
./pkg/ctrl/ctrl_getrec.F | 357 | CTRL_GETREC |
count0 = fldcount |
./pkg/ctrl/ctrl_getrec.F | 358 | CTRL_GETREC |
count1 = fldcount + 1 |
./pkg/ctrl/ctrl_getrec.F | 72 | CTRL_GETREC |
integer fldcount |