OpenCMISS-Iron Internal API Documentation
lists::list_removeduplicates Interface Reference

Private Member Functions

subroutine list_remove_duplicates (LIST, ERR, ERROR,)
 Removes duplicate entries from a list. A side effect of this is that the list is sorted. More...
 

Detailed Description

Definition at line 226 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_removeduplicates::list_remove_duplicates ( type(list_type), intent(inout), pointer  LIST,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Removes duplicate entries from a list. A side effect of this is that the list is sorted.

Parameters
[in,out]listThe pointer to the list
[out]errThe error code
[out]errorThe error string

Definition at line 2648 of file lists.f90.