|
CP2K 2.4 (Revision 12889)
|
Private Member Functions | |
| subroutine | cp_sll_3d_r_get (sll, first_el, rest, empty, length, error) |
| returns various attributes from the linked list | |
Definition at line 104 of file cp_linked_list_3d_r.f90.
| subroutine cp_linked_list_3d_r::cp_get::cp_sll_3d_r_get | ( | TYPE(cp_sll_3d_r_type),pointer | sll, |
| REAL(kind=dp),dimension(:, :, :),optional,pointer | first_el, | ||
| TYPE(cp_sll_3d_r_type),optional,pointer | rest, | ||
| LOGICAL,intent(out),optional | empty, | ||
| INTEGER,intent(out),optional | length, | ||
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
returns various attributes from the linked list
| sll | the single linked list to change |
| first_el | the first element of this list (can be unassociated) |
| rest | the rest of the list (can be unassociated) |
| length | the length of the list |
| error | variable to control error logging, stopping,... see module cp_error_handling |
Definition at line 353 of file cp_linked_list_3d_r.f90.
1.7.3