empty_ga_real Subroutine

public subroutine empty_ga_real(me)

Arguments

Type IntentOptional Attributes Name
type(grw_realarray_type) :: me

Source Code

  subroutine empty_ga_real(me)
    !------------------------------------------------------------------------
    type(grw_realarray_type) :: me !< array to sorttruncate
    !------------------------------------------------------------------------

    me%nvals = 0

  end subroutine empty_ga_real