tem_destroyIntList Subroutine

private pure subroutine tem_destroyIntList(ElemList)

Destroy complete list

Arguments

TypeIntentOptionalAttributesName
type(tem_intList), intent(inout), pointer:: ElemList

linked list of resulting elements building the neighbor


Called by

proc~~tem_destroyintlist~~CalledByGraph proc~tem_destroyintlist tem_destroyIntList interface~destroy~35 destroy interface~destroy~35->proc~tem_destroyintlist

Contents


Variables

TypeVisibilityAttributesNameInitial
type(tem_intList), private, pointer:: firstPos
type(tem_intList), private, pointer:: currPos
type(tem_intList), private, pointer:: lastPos