append_node Subroutine

private subroutine append_node(this, column, element)

Subroutine to append a new node to an already existing list of nodes. A new node is created, appended, and the tail is updated.

Arguments

TypeIntentOptionalAttributesName
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


Contents

None