|
CP2K 2.5 (Revision 12981)
|
Private Member Functions | |
| TYPE(xc_derivative_type), pointer | cp_sll_xc_deriv_get_first_el (sll, error) |
| returns the first element stored in the list | |
Definition at line 112 of file cp_linked_list_xc_deriv.f90.
| TYPE(xc_derivative_type),pointer cp_linked_list_xc_deriv::cp_get_first_el::cp_sll_xc_deriv_get_first_el | ( | TYPE(cp_sll_xc_deriv_type),pointer | sll, |
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
returns the first element stored in the list
| sll | the single linked list to get the element from |
| error | variable to control error logging, stopping,... see module cp_error_handling |
Definition at line 409 of file cp_linked_list_xc_deriv.f90.
1.7.3