FMS  2024.03
Flexible Modeling System
fms_find_unique Interface Reference

c function that finds the number of unique strings in an array of c pointers More...

Private Member Functions

integer(kind=c_int) function fms_find_unique (my_pointer, p_size)
 

Detailed Description

c function that finds the number of unique strings in an array of c pointers

Returns
number of unique strings

Definition at line 79 of file fms_string_utils.F90.

Constructor & Destructor Documentation

◆ fms_find_unique()

integer(kind=c_int) function fms_find_unique ( type(c_ptr), dimension(*), intent(in)  my_pointer,
integer(kind=c_int), intent(in)  p_size 
)
private
Parameters
[in]my_pointerArray of sorted c pointer
[in]p_sizeSize of the array

Definition at line 79 of file fms_string_utils.F90.


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