empty_ga_long Subroutine

public subroutine empty_ga_long(me)

Arguments

Type IntentOptional Attributes Name
type(grw_longarray_type) :: me

Called by

proc~~empty_ga_long~~CalledByGraph proc~empty_ga_long empty_ga_long interface~empty~12 empty interface~empty~12->proc~empty_ga_long

Contents

Source Code


Source Code

  subroutine empty_ga_long(me)
    !------------------------------------------------------------------------
    type(grw_longarray_type) :: me !< array to sorttruncate
    !------------------------------------------------------------------------

    me%nvals = 0

  end subroutine empty_ga_long