private subroutine delete_node_from_row(this, column)
Deletes a given node from the current row.
Type Bound
row_t
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
class(row_t),
|
intent(inout) |
|
|
:: |
this |
type instance
|
integer,
|
intent(in) |
|
|
:: |
column |
column index of node to be deleted
|