Subroutine to append a new node to an already existing list of nodes. A new node is created, appended, and the tail is updated.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(row_t), | intent(inout) | :: | this |
type instance |
||
| integer, | intent(in) | :: | column |
column position of element |
||
| class(*), | intent(in) | :: | element |
the element to be added |