![]() |
(git:53a46e8)
|
Public Member Functions | |
| subroutine | cp_sll_xc_deriv_set_el_at (sll, index, value) |
| sets the element at the given index | |
Definition at line 86 of file cp_linked_list_xc_deriv.F.
| subroutine cp_linked_list_xc_deriv::cp_set_element_at::cp_sll_xc_deriv_set_el_at | ( | type(cp_sll_xc_deriv_type), pointer | sll, |
| integer, intent(in) | index, | ||
| type(xc_derivative_type), pointer | value | ||
| ) |
sets the element at the given index
| sll | the list you get the element from |
| index | the position of the element (stating at 1) -1 means at the end |
| value | the new element |
Definition at line 365 of file cp_linked_list_xc_deriv.F.