Symbol Description Uses
DOSTORE 17



File Line number Procedure Code
./lsopt/dgscale.F 33 DGSCALE
      call DOSTORE( nn, diag, .false., 3 )
./lsopt/dgscale.F 71 DGSCALE
      call DOSTORE( nn, diag, .true., 3 )
./lsopt/dostore.F 1 DOSTORE
      subroutine DOSTORE( n, x, store, j )
./lsopt/hessupd.F 72 HESSUPD
         call DOSTORE( nn, xdiff, .false., 2*jp+3 )
./lsopt/hessupd.F 74 HESSUPD
         call DOSTORE( nn, xdiff, .false., 2*jp+2 )
./lsopt/hessupd.F 85 HESSUPD
         call DOSTORE( nn, xdiff, .false., 3 )
./lsopt/hessupd.F 97 HESSUPD
         call DOSTORE( nn, xdiff, .false., 2*jp+2 )
./lsopt/hessupd.F 99 HESSUPD
         call DOSTORE( nn, xdiff, .false., 2*jp+3 )
./lsopt/lsopt_top.F 275 LSOPT_TOP
         call DOSTORE( nn, xx, .true., 1 )
./lsopt/lsopt_top.F 276 LSOPT_TOP
         call DOSTORE( nn, gg, .true., 2 )
./lsopt/lsopt_top.F 277 LSOPT_TOP
         call DOSTORE( nn, xdiff, .true., 3 )
./lsopt/lsopt_top.F 353 LSOPT_TOP
         call DOSTORE( nn, xx, .false., 1 )
./lsopt/lsopt_top.F 354 LSOPT_TOP
         call DOSTORE( nn, gg, .false., 2 )
./lsopt/lsopt_top.F 450 LSOPT_TOP
      call DOSTORE( nn, xx, .true., 1 )
./lsopt/lsopt_top.F 451 LSOPT_TOP
      call DOSTORE( nn, gg, .true., 2 )
./lsopt/lsopt_top.F 550 LSOPT_TOP
         call DOSTORE( nn, gold, .true., 2*jmax+2 )
./lsopt/lsopt_top.F 551 LSOPT_TOP
         call DOSTORE( nn, xdiff, .true., 2*jmax+3 )