(git:c5411e0)
Loading...
Searching...
No Matches
cp_linked_list_xc_deriv::cp_insert Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 90 of file cp_linked_list_xc_deriv.F.

Member Function/Subroutine Documentation

◆ cp_sll_xc_deriv_insert_el()

subroutine cp_linked_list_xc_deriv::cp_insert::cp_sll_xc_deriv_insert_el ( type(cp_sll_xc_deriv_type), pointer  sll,
type(xc_derivative_type), pointer  el 
)

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
History
none
Author
Fawzi Mohamed
Note
fast (O(1))

Definition at line 420 of file cp_linked_list_xc_deriv.F.

Here is the call graph for this function:

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