FMS
2024.03
Flexible Modeling System
|
Sorts an array of pointers (my pointer) of size (p_size) in alphabetical order. More...
Private Member Functions | |
subroutine | fms_sort_this (my_pointer, p_size, indices) |
Sorts an array of pointers (my pointer) of size (p_size) in alphabetical order.
Definition at line 53 of file fms_string_utils.F90.
|
private |
[in,out] | my_pointer | IN: Array of c pointers to sort OUT: Sorted array of c pointers |
[in] | p_size | Size of the array |
[in,out] | indices | IN: Array of the indices of my_pointer OUT: Sorted array of indices |
Definition at line 53 of file fms_string_utils.F90.