empty_ga_cylinder Subroutine

private subroutine empty_ga_cylinder(me)

Arguments

Type IntentOptional Attributes Name
type(grw_cylinderarray_type) :: me

Called by

proc~~empty_ga_cylinder~~CalledByGraph proc~empty_ga_cylinder empty_ga_cylinder interface~empty~7 empty interface~empty~7->proc~empty_ga_cylinder

Source Code

  subroutine empty_ga_cylinder(me)
    !------------------------------------------------------------------------
    type(grw_cylinderarray_type) :: me !< array to sorttruncate
    !------------------------------------------------------------------------

    me%nvals = 0

  end subroutine empty_ga_cylinder