tem_checkLabel Subroutine

public subroutine tem_checkLabel(label, nLabels)

check whether the current label is already given

Arguments

TypeIntentOptionalAttributesName
character(len=*), intent(in) :: label(:)

holding array of labels with label(n) contains current label

integer, intent(in) :: nLabels

Number of schemes already existing in the scheme array (they are being added currently, so we only have to compare against the ones coming before the current one, up to nSchemes-1)


Calls

proc~~tem_checklabel~~CallsGraph proc~tem_checklabel tem_checkLabel proc~tem_abort tem_abort proc~tem_checklabel->proc~tem_abort mpi_abort mpi_abort proc~tem_abort->mpi_abort

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iLabel