empty_ga_line Subroutine

private subroutine empty_ga_line(me)

Arguments

Type IntentOptional Attributes Name
type(grw_linearray_type) :: me

Source Code

  subroutine empty_ga_line(me)
    !------------------------------------------------------------------------
    type(grw_linearray_type) :: me !< array to sorttruncate
    !------------------------------------------------------------------------

    me%nvals = 0

  end subroutine empty_ga_line