IN_COMMON Name
IN_COMMON Purpose
Find elements of two arrays that are common (or not).
Category
Calling Sequence
res = in_common(list1, list2) Inputs
list1, list2 = arrays to compare. in
Keyword Parameters
Keywords
/inverse means return elements not in common.
Outputs
res = returned array of common elements. out
Scalar 0 means no elements found.
Common Blocks
Notes
Modification History
R. Sterner, 2004 Dec 01
Copyright (C) 2004, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.