![]() |
(git:53a46e8)
|
Public Member Functions | |
| subroutine | cp_sll_xc_deriv_create (sll, first_el, rest) |
| allocates and initializes a single linked list | |
Definition at line 58 of file cp_linked_list_xc_deriv.F.
| subroutine cp_linked_list_xc_deriv::cp_create::cp_sll_xc_deriv_create | ( | type(cp_sll_xc_deriv_type), pointer | sll, |
| type(xc_derivative_type), optional, pointer | first_el, | ||
| type(cp_sll_xc_deriv_type), optional, pointer | rest | ||
| ) |
allocates and initializes a single linked list
| sll | the single linked list to initialize |
| first_el | the first element of this list |
| rest | the following elements (if not given: empty) |
Definition at line 188 of file cp_linked_list_xc_deriv.F.