empty_ga_dynlong Subroutine

public subroutine empty_ga_dynlong(me)

Arguments

Type IntentOptional Attributes Name
type(grw_dynlongarray_type) :: me

Called by

proc~~empty_ga_dynlong~~CalledByGraph proc~empty_ga_dynlong empty_ga_dynlong interface~empty~2 empty interface~empty~2->proc~empty_ga_dynlong

Contents

Source Code


Source Code

  subroutine empty_ga_dynlong(me)
    !------------------------------------------------------------------------
    type(grw_dynlongarray_type) :: me !< array to sorttruncate
    !------------------------------------------------------------------------

    me%nvals = 0

  end subroutine empty_ga_dynlong