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

Public Member Functions

subroutine cp_sll_xc_deriv_set_el_at (sll, index, value)
 sets the element at the given index
 

Detailed Description

Definition at line 86 of file cp_linked_list_xc_deriv.F.

Member Function/Subroutine Documentation

◆ cp_sll_xc_deriv_set_el_at()

subroutine cp_linked_list_xc_deriv::cp_set_element_at::cp_sll_xc_deriv_set_el_at ( type(cp_sll_xc_deriv_type), pointer  sll,
integer, intent(in)  index,
type(xc_derivative_type), pointer  value 
)

sets the element at the given index

Parameters
sllthe list you get the element from
indexthe position of the element (stating at 1) -1 means at the end
valuethe new element
History
none
Author
Fawzi Mohamed
Note
slow (O(index))

Definition at line 364 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: