next up previous contents
Next: domain_setptrs Up: Fortran: Module Interface domainMod Previous: domain_init   Contents

domain_clean


INTERFACE:

   subroutine domain_clean(domain)
DESCRIPTION:

This subroutine deallocates the domain type


USES:

ARGUMENTS:
     implicit none
     type(domain_type) :: domain        ! domain datatype
REVISION HISTORY:
     Created by T Craig
LOCAL VARIABLES:




Erik Kluzek 2011-06-15