destroy_intpMatrixLSF Subroutine

private subroutine destroy_intpMatrixLSF(me)

Arguments

Type IntentOptional Attributes Name
type(tem_intpMatrixLSF_type), intent(inout) :: me

Calls

proc~~destroy_intpmatrixlsf~~CallsGraph proc~destroy_intpmatrixlsf destroy_intpMatrixLSF interface~destroy~22 destroy proc~destroy_intpmatrixlsf->interface~destroy~22 interface~truncate~17 truncate proc~destroy_intpmatrixlsf->interface~truncate~17 proc~destroy_ga2d_real destroy_ga2d_real interface~destroy~22->proc~destroy_ga2d_real proc~truncate_ga_char truncate_ga_char interface~truncate~17->proc~truncate_ga_char

Called by

proc~~destroy_intpmatrixlsf~~CalledByGraph proc~destroy_intpmatrixlsf destroy_intpMatrixLSF interface~destroy~43 destroy interface~destroy~43->proc~destroy_intpmatrixlsf

Contents

Source Code


Source Code

  subroutine destroy_intpMatrixLSF(me)
    ! --------------------------------------------------------------------------
    type(tem_intpMatrixLSF_type), intent(inout) :: me
    ! --------------------------------------------------------------------------
    call destroy(me%matArray)
    call destroy(me%ID)
    call truncate(me%isInvertible)
  end subroutine destroy_intpMatrixLSF