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~25 destroy proc~destroy_intpmatrixlsf->interface~destroy~25 interface~truncate~18 truncate proc~destroy_intpmatrixlsf->interface~truncate~18 proc~destroy_ga2d_real destroy_ga2d_real interface~destroy~25->proc~destroy_ga2d_real proc~truncate_ga_char truncate_ga_char interface~truncate~18->proc~truncate_ga_char

Called by

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

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