ivector_append Subroutine

public subroutine ivector_append(this, val)

Adds an element to the end of an ivector. Reallocation will take place if required.

Arguments

Type IntentOptional AttributesName
class(ivector_t), intent(inout) :: this
integer, intent(in) :: val

Contents

None