exitglobal Subroutine

public subroutine exitglobal()

Arguments

None

Called by

proc~~exitglobal~~CalledByGraph proc~exitglobal exitglobal proc~exitmodules exitmodules proc~exitmodules->proc~exitglobal

Source Code

   subroutine exitglobal
      deallocate (dsv, dzf, dzh, zh, zf, delta)
   end subroutine exitglobal