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

Checks whether an array is a subset of another array. More...

Private Member Functions

subroutine lists_subset_of_intg_array (A, B, SUBSET, ERR, ERROR,)
 Finds out whether array A is a subset of array B. More...
 

Detailed Description

Checks whether an array is a subset of another array.

Definition at line 333 of file lists.f90.

Member Function/Subroutine Documentation

subroutine lists::list_subsetof::lists_subset_of_intg_array ( integer(intg), dimension(:), intent(in)  A,
integer(intg), dimension(:), intent(in)  B,
logical, intent(out)  SUBSET,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Finds out whether array A is a subset of array B.

Parameters
[in]aSupposed subset (to test for)
[in]bSupposed superset
[out]subsetOn exit, TRUE if A is a subset of B
[out]errThe error code
[out]errorThe error string

Definition at line 4829 of file lists.f90.