|
MONC
|
Inserts a logical element into the list or places at the end if the index > list size. More...
Private Member Functions | |
| subroutine | list_insert_logical (specificlist, logical_data, i) |
| Inserts an element into the list or places at the end if the index > list size. More... | |
Inserts a logical element into the list or places at the end if the index > list size.
This has a time complexity of O(n)
| collection | The specific list involved |
| data | Logical data to insert |
| index | The list index to insert to |
Definition at line 291 of file collections.F90.
|
private |
Inserts an element into the list or places at the end if the index > list size.
Do not call directly from external module, this is called via the appropriate interface
| specificlist | The specific list involved |
| data | Logical data to insert |
| i | The list index to insert to |
Definition at line 2832 of file collections.F90.