empty_da_path Subroutine

public subroutine empty_da_path(me)

empty all contents of the array without changing the size or status of any array

Arguments

Type IntentOptional Attributes Name
type(dyn_patharray_type) :: me

Called by

proc~~empty_da_path~~CalledByGraph proc~empty_da_path empty_da_path interface~empty~5 empty interface~empty~5->proc~empty_da_path

Contents

Source Code


Source Code

  subroutine empty_da_path(me)
    !------------------------------------------------------------------------
    type(dyn_patharray_type) :: me !< array to sorttruncate
    !------------------------------------------------------------------------
    ! reset the number of entries
    me%nvals = 0
  end subroutine empty_da_path