empty_ga_label Subroutine

public subroutine empty_ga_label(me)

Arguments

Type IntentOptional Attributes Name
type(grw_labelarray_type) :: me

Called by

proc~~empty_ga_label~~CalledByGraph proc~empty_ga_label empty_ga_label interface~empty~16 empty interface~empty~16->proc~empty_ga_label

Contents

Source Code


Source Code

  subroutine empty_ga_label(me)
    !------------------------------------------------------------------------
    type(grw_labelarray_type) :: me !< array to sorttruncate
    !------------------------------------------------------------------------

    me%nvals = 0

  end subroutine empty_ga_label