next up previous contents
Next: Masked Array Assignment - Up: Arrays Previous: Allocatable Arrays

 

Deallocating Arrays

Heap storage can be reclaimed using the DEALLOCATE statement:

    IF (ALLOCATED(ages)) DEALLOCATE(ages,STAT=ierr)

For more information, click here gif


next up previous contents
Next: Masked Array Assignment - Up: Arrays Previous: Allocatable Arrays

©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997
Not for commercial use.