(git:c5411e0)
Loading...
Searching...
No Matches
dbt_array_list_methods::get_ith_array Interface Reference

Public Member Functions

subroutine allocate_and_get_ith_array (list, i, array)
 get ith array
 
subroutine get_ith_array (list, i, array_size, array)
 get ith array
 

Detailed Description

Definition at line 47 of file dbt_array_list_methods.F.

Constructor & Destructor Documentation

◆ get_ith_array()

subroutine dbt_array_list_methods::get_ith_array::get_ith_array ( type(array_list), intent(in)  list,
integer, intent(in)  i,
integer, intent(in)  array_size,
integer, dimension(array_size), intent(out)  array 
)

get ith array

Author
Patrick Seewald

Definition at line 236 of file dbt_array_list_methods.F.

Here is the call graph for this function:

Member Function/Subroutine Documentation

◆ allocate_and_get_ith_array()

subroutine dbt_array_list_methods::get_ith_array::allocate_and_get_ith_array ( type(array_list), intent(in)  list,
integer, intent(in)  i,
integer, dimension(:), intent(out), allocatable  array 
)

get ith array

Author
Patrick Seewald

Definition at line 255 of file dbt_array_list_methods.F.

Here is the call graph for this function:

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