delete_node_from_row Subroutine

private subroutine delete_node_from_row(this, column)

Deletes a given node from the current row.

Arguments

TypeIntentOptionalAttributesName
class(row_t), intent(inout) :: this

type instance

integer, intent(in) :: column

column index of node to be deleted


Contents

None