create_first_node Subroutine

private pure subroutine create_first_node(this, column, element)

Subroutine to add the first node to the linked list. Allocates a new node and sets both the head and tail to this node.

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