| Symbol | Description | Uses |
| fldcount | 10 |
| File | Line number | Procedure | Code |
| ./pkg/ctrl/ctrl_get_gen_rec.F | 121 | CTRL_GET_GEN_REC |
fldcount = int((fldsecs+0.5)/fldperiod) + 1 |
| ./pkg/ctrl/ctrl_get_gen_rec.F | 138 | CTRL_GET_GEN_REC |
if (fldcount .ne. prevfldcount) then |
| ./pkg/ctrl/ctrl_get_gen_rec.F | 147 | CTRL_GET_GEN_REC |
count0 = fldcount - startrec + 1 |
| ./pkg/ctrl/ctrl_get_gen_rec.F | 148 | CTRL_GET_GEN_REC |
count1 = fldcount - startrec + 2 |
| ./pkg/ctrl/ctrl_get_gen_rec.F | 67 | CTRL_GET_GEN_REC |
integer fldcount |
| ./pkg/ctrl/ctrl_getrec.F | 320 | CTRL_GETREC |
fldcount = int((fldsecs+0.5)/fldperiod) + 1 |
| ./pkg/ctrl/ctrl_getrec.F | 338 | CTRL_GETREC |
if (fldcount .ne. prevfldcount) then |
| ./pkg/ctrl/ctrl_getrec.F | 345 | CTRL_GETREC |
count0 = fldcount |
| ./pkg/ctrl/ctrl_getrec.F | 346 | CTRL_GETREC |
count1 = fldcount + 1 |
| ./pkg/ctrl/ctrl_getrec.F | 74 | CTRL_GETREC |
integer fldcount |