CP2K 2.4 (Revision 12889)
Private Member Functions

cp_linked_list_3d_r::cp_insert Interface Reference

List of all members.

Private Member Functions

subroutine cp_sll_3d_r_insert_el (sll, el, error)
 insert an element at the beginning of the list

Detailed Description

Definition at line 136 of file cp_linked_list_3d_r.f90.


Member Function Documentation

subroutine cp_linked_list_3d_r::cp_insert::cp_sll_3d_r_insert_el ( TYPE(cp_sll_3d_r_type),pointer  sll,
REAL(kind=dp),dimension(:, :, :),pointer  el,
TYPE(cp_error_type),intent(inout)  error 
) [private]

insert an element at the beginning of the list

Parameters:
sllthe single linked list point at the beginning of which you want to add the element
elthe element to add
errorvariable to control error logging, stopping,... see module cp_error_handling
Note:
fast (O(1))
History
none
Author:
Fawzi Mohamed

Definition at line 663 of file cp_linked_list_3d_r.f90.


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