CP2K 2.4 (Revision 12889)
Private Member Functions

cp_linked_list_pw::cp_create Interface Reference

List of all members.

Private Member Functions

subroutine cp_sll_pw_create (sll, first_el, rest, error)
 allocates and initializes a single linked list

Detailed Description

Definition at line 90 of file cp_linked_list_pw.f90.


Member Function Documentation

subroutine cp_linked_list_pw::cp_create::cp_sll_pw_create ( TYPE(cp_sll_pw_type),pointer  sll,
TYPE(pw_type),optional,pointer  first_el,
TYPE(cp_sll_pw_type),optional,pointer  rest,
TYPE(cp_error_type),intent(inout)  error 
) [private]

allocates and initializes a single linked list

Parameters:
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
errorvariable to control error logging, stopping,... see module cp_error_handling
History
none
Author:
Fawzi Mohamed

Definition at line 220 of file cp_linked_list_pw.f90.


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