dvector_append Subroutine

public subroutine dvector_append(this, val)

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

Arguments

Type IntentOptional AttributesName
class(dvector_t), intent(inout) :: this
real(kind=rp), intent(in) :: val

Contents

None