|
CP2K 2.4 (Revision 12889)
|
Private Member Functions | |
| subroutine | cp_sll_3d_r_insert_el (sll, el, error) |
| insert an element at the beginning of the list | |
Definition at line 136 of file cp_linked_list_3d_r.f90.
| subroutine cp_linked_list_3d_r::cp_insert::cp_sll_3d_r_insert_el | ( | TYPE(cp_sll_3d_r_type),pointer | sll, |
| REAL(kind=dp),dimension(:, :, :),pointer | el, | ||
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
| error | variable to control error logging, stopping,... see module cp_error_handling |
Definition at line 663 of file cp_linked_list_3d_r.f90.
1.7.3