19 if (.not.
allocated(alloc))
then
20 write(6,*)
"allocating ",isize,
" -sized alloc array"
23 allocate(alloc(memsize))
25 print *,
"Storage allocated of size ",memsize,
" at restart"
27 print *,
"Storage already allocated!"
subroutine restrt_alloc(isize)