Symbol Description Uses
itape 15



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 15 INSTORE
      itape = 91
./lsopt/instore.F 24 INSTORE
      open(  itape
./lsopt/instore.F 31 INSTORE
      read( itape, *, end=800, err=900 ) n, fc, gnorm0,
./lsopt/instore.F 36 INSTORE
      close(itape)
./lsopt/instore.F 59 INSTORE
      close(itape)
./lsopt/dostore.F 10 DOSTORE
      common /xxstore/ itape, ntape, isize
./lsopt/dostore.F 11 DOSTORE
      integer itape, ntape, isize
./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