empty_ga_matrix Subroutine

private subroutine empty_ga_matrix(me)

Arguments

Type IntentOptional Attributes Name
type(grw_matrixarray_type) :: me

Called by

proc~~empty_ga_matrix~~CalledByGraph proc~empty_ga_matrix empty_ga_matrix interface~empty~10 empty interface~empty~10->proc~empty_ga_matrix

Contents

Source Code


Source Code

  subroutine empty_ga_matrix(me)
    !------------------------------------------------------------------------
    type(grw_matrixarray_type) :: me !< array to sorttruncate
    !------------------------------------------------------------------------

    me%nvals = 0

  end subroutine empty_ga_matrix