MONC
|
Inserts a double precision real element into the list or places at the end if the index > list size. More...
Private Member Functions | |
subroutine | list_insert_real (specificlist, real_data, i) |
Inserts an element into the list or places at the end if the index > list size. More... | |
Inserts a double precision real 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 | Double precision real data to insert |
index | The list index to insert to |
Definition at line 281 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 | Double precision real data to insert |
i | The list index to insert to |
Definition at line 2815 of file collections.F90.