|
CP2K 2.4 (Revision 12889)
|
Private Member Functions | |
| LOGICAL | cp_sll_real_next (iterator, el_att, error) |
| returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element | |
Definition at line 106 of file cp_linked_list_real.f90.
| LOGICAL cp_linked_list_real::cp_next::cp_sll_real_next | ( | TYPE(cp_sll_real_type),pointer | iterator, |
| REAL(kind=dp),intent(out),optional | el_att, | ||
| TYPE(cp_error_type),intent(inout) | error | ||
| ) | [private] |
returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
| iterator | iterator that moves along the list |
| error | variable to control error logging, stopping,... see module cp_error_handling |
| el_att | the actual element (valid only if the function returns true) |
Definition at line 617 of file cp_linked_list_real.f90.
1.7.3