CP2K 2.4 (Revision 12889)
Private Member Functions

cp_linked_list_real::cp_next Interface Reference

List of all members.

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

Detailed Description

Definition at line 106 of file cp_linked_list_real.f90.


Member Function Documentation

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

Parameters:
iteratoriterator that moves along the list
errorvariable to control error logging, stopping,... see module cp_error_handling
el_attthe actual element (valid only if the function returns true)
History
none
Author:
Fawzi Mohamed

Definition at line 617 of file cp_linked_list_real.f90.


The documentation for this interface was generated from the following file: