Symbol | Description | Uses |
itape | 15 |
File | Line number | Procedure | Code |
./lsopt/dostore.F | 10 | DOSTORE |
common /xxstore/ itape, ntape, isize |
./lsopt/dostore.F | 11 | DOSTORE |
integer itape, ntape, isize |
./lsopt/instore.F | 12 | INSTORE |
common /xxstore/ itape, ntape, isize |
./lsopt/instore.F | 13 | INSTORE |
integer itape, ntape, isize |
./lsopt/instore.F | 16 | INSTORE |
itape = 91 |
./lsopt/instore.F | 25 | INSTORE |
open( itape |
./lsopt/instore.F | 32 | INSTORE |
read( itape, *, end=800, err=900 ) n, fc, gnorm0, |
./lsopt/instore.F | 37 | INSTORE |
close(itape) |
./lsopt/instore.F | 62 | INSTORE |
close(itape) |
./lsopt/outstore.F | 10 | OUTSTORE |
integer itape, ntape, isize |
./lsopt/outstore.F | 12 | OUTSTORE |
open( itape |
./lsopt/outstore.F | 16 | OUTSTORE |
rewind (itape) |
./lsopt/outstore.F | 18 | OUTSTORE |
write( itape, * ) n, fc, gnorm0, isize, m, jmin, jmax |
./lsopt/outstore.F | 20 | OUTSTORE |
close(itape) |
./lsopt/outstore.F | 9 | OUTSTORE |
common /xxstore/ itape, ntape, isize |