|
CP2K 2.4 (Revision 12889)
|
Private Member Functions | |
| subroutine | cp_sll_pw_create (sll, first_el, rest, error) |
| allocates and initializes a single linked list | |
Definition at line 90 of file cp_linked_list_pw.f90.
| subroutine cp_linked_list_pw::cp_create::cp_sll_pw_create | ( | TYPE(cp_sll_pw_type),pointer | sll, |
| TYPE(pw_type),optional,pointer | first_el, | ||
| TYPE(cp_sll_pw_type),optional,pointer | rest, | ||
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
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) |
| error | variable to control error logging, stopping,... see module cp_error_handling |
Definition at line 220 of file cp_linked_list_pw.f90.
1.7.3