File |
Line number |
Procedure |
Code |
./lsopt/instore.F |
11 |
INSTORE |
common /xxstore/ itape, ntape, isize |
./lsopt/instore.F |
12 |
INSTORE |
integer itape, ntape, isize |
./lsopt/instore.F |
16 |
INSTORE |
ntape = 92 |
./lsopt/instore.F |
48 |
INSTORE |
open( ntape |
./lsopt/dostore.F |
10 |
DOSTORE |
common /xxstore/ itape, ntape, isize |
./lsopt/dostore.F |
11 |
DOSTORE |
integer itape, ntape, isize |
./lsopt/dostore.F |
15 |
DOSTORE |
& store, n, ntape, j |
./lsopt/dostore.F |
18 |
DOSTORE |
write( ntape, rec=j ) x |
./lsopt/dostore.F |
20 |
DOSTORE |
read( ntape, rec=j ) x |
./lsopt/outstore.F |
10 |
OUTSTORE |
integer itape, ntape, isize |
./lsopt/outstore.F |
9 |
OUTSTORE |
common /xxstore/ itape, ntape, isize |