delete_node_from_row Subroutine

private subroutine delete_node_from_row(this, column)

Deletes a given node from the current row.

Type Bound

row_t

Arguments

Type IntentOptional Attributes Name
class(row_t), intent(inout) :: this

type instance

integer, intent(in) :: column

column index of node to be deleted