empty_ga_char Subroutine

public subroutine empty_ga_char(me)

Arguments

Type IntentOptional Attributes Name
type(grw_chararray_type) :: me

Called by

proc~~empty_ga_char~~CalledByGraph proc~empty_ga_char empty_ga_char interface~empty~17 empty interface~empty~17->proc~empty_ga_char

Contents

Source Code


Source Code

  subroutine empty_ga_char(me)
    !------------------------------------------------------------------------
    type(grw_chararray_type) :: me !< array to sorttruncate
    !------------------------------------------------------------------------

    me%nvals = 0

  end subroutine empty_ga_char