OpenCMISS-Iron Internal API Documentation
LISTS::SortingMethod

Sorting method parameters for a list. More...

Variables

integer(intg), parameter lists::list_bubble_sort_method =1
 Bubble sort method. More...
 
integer(intg), parameter lists::list_shell_sort_method =2
 Shell sort method. More...
 
integer(intg), parameter lists::list_heap_sort_method =3
 Heap sort method. More...
 

Detailed Description

Sorting method parameters for a list.

See also
LISTS

Variable Documentation

integer(intg), parameter lists::list_bubble_sort_method =1
private

Bubble sort method.

See also
LISTS_SortingMethod,LISTS

Definition at line 85 of file lists.f90.

Referenced by lists::list_sort_list().

integer(intg), parameter lists::list_heap_sort_method =3
private

Heap sort method.

See also
LISTS_SortingMethod,LISTS

Definition at line 87 of file lists.f90.

Referenced by lists::list_initialise(), and lists::list_sort_list().

integer(intg), parameter lists::list_shell_sort_method =2
private

Shell sort method.

See also
LISTS_SortingMethod,LISTS

Definition at line 86 of file lists.f90.

Referenced by lists::list_sort_list().