Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_BC_prop_type), | intent(inout) | :: | me |
Boundary property type |
subroutine tem_unload_BC_prop( me ) ! --------------------------------------------------------------------------- !> Boundary property type type(tem_BC_prop_type), intent(inout) :: me ! --------------------------------------------------------------------------- deallocate( me%BC_label ) deallocate( me%boundary_ID ) deallocate( me%hasQVal ) if (allocated(me%qVal)) deallocate( me%qVal ) write(logUnit(7), "(A)") 'Unload boundary property type.' end subroutine tem_unload_BC_prop