destroy stencil
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_stencilElement_type), | intent(out) | :: | me |
stencil element type to be destroyed |
subroutine destroy_stencilElement( me ) ! -------------------------------------------------------------------- ! !> stencil element type to be destroyed type( tem_stencilElement_type ), intent(out) :: me ! -------------------------------------------------------------------- ! ! -------------------------------------------------------------------- ! me%QQN = 0 if ( allocated(me%tIDpos) ) deallocate(me%tIDpos) me%headerPos = 0 if( allocated( me%totalPos ) ) deallocate( me%totalPos ) end subroutine destroy_stencilElement