![]() |
(git:53a46e8)
|
Public Member Functions | |
| subroutine | cp_sll_xc_deriv_rm_first_el (sll) |
| remove the first element of the linked list | |
| subroutine | cp_sll_xc_deriv_rm_el_at (sll, index) |
| removes the element at the given index | |
Definition at line 97 of file cp_linked_list_xc_deriv.F.
| subroutine cp_linked_list_xc_deriv::cp_remove_el::cp_sll_xc_deriv_rm_first_el | ( | type(cp_sll_xc_deriv_type), pointer | sll | ) |
remove the first element of the linked list
| sll | the list whose first element has to be removed |
Definition at line 443 of file cp_linked_list_xc_deriv.F.
| subroutine cp_linked_list_xc_deriv::cp_remove_el::cp_sll_xc_deriv_rm_el_at | ( | type(cp_sll_xc_deriv_type), pointer | sll, |
| integer, intent(in) | index | ||
| ) |
removes the element at the given index
| sll | the list you get the element from |
| index | the position of the element (stating at 1) |
Definition at line 499 of file cp_linked_list_xc_deriv.F.