Symbol | Description | Uses |
infile | name of the binary input file (direct access) | 7 |
File | Line number | Procedure | Code |
./pkg/exf/exf_interp_read.F | 10 | EXF_INTERP_READ |
I infile, filePrec, |
./pkg/exf/exf_interp_read.F | 111 | EXF_INTERP_READ |
IL = ILNBLNK( infile ) |
./pkg/exf/exf_interp_read.F | 112 | EXF_INTERP_READ |
INQUIRE( file=infile, exist=exst ) |
./pkg/exf/exf_interp_read.F | 116 | EXF_INTERP_READ |
& ' EXF_INTERP_READ: opening file: ',infile(1:IL) |
./pkg/exf/exf_interp_read.F | 122 | EXF_INTERP_READ |
& ' EXF_INTERP_READ: filename: ', infile(1:IL) |
./pkg/exf/exf_interp_read.F | 136 | EXF_INTERP_READ |
OPEN( ioUnit, file=infile, status='old', access='direct', |
./pkg/exf/exf_interp_read.F | 36 | EXF_INTERP_READ |
CHARACTER*(*) infile |