public subroutine dvector_append(this, val)
Adds an element to the end of a dvector. Reallocation will take place if required.
Type Bound
dvector_t
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
class(dvector_t),
|
intent(inout) |
|
|
:: |
this |
|
|
real(kind=rp),
|
intent(in) |
|
|
:: |
val |
|