12 implicit double precision (a-h,o-z)
16 do 120 level = 1, lfine
17 call
putsp(1,level,nvar,naux)
19 110 nx = node(ndihi,mptr) - node(ndilo,mptr) + 1
20 ny = node(ndjhi,mptr) - node(ndjlo,mptr) + 1
23 nwords = mitot*mjtot*nvar
24 call
reclam(node(store1, mptr), nwords)
25 if (level .lt. mxnest)
26 . call
reclam(node(store2, mptr), nwords)
28 . call
reclam(node(storeaux, mptr), mitot*mjtot*naux)
29 mptr = node(levelptr, mptr)
30 if (mptr .ne. 0) go to 110
subroutine cleanup(nvar, naux)
subroutine reclam(index, nwords)
subroutine putsp(lbase, level, nvar, naux)