|
| 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...
|
| |
Definition at line 226 of file lists.f90.
| 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] | list | The pointer to the list |
| [out] | err | The error code |
| [out] | error | The error string |
Definition at line 2648 of file lists.f90.