TAG_COMP Name
TAG_COMP Purpose
Compare tag values from two structures.
Category
Calling Sequence
tag_comp, s1, s2, [list] Inputs
s1, s2 = two structures to compare. in
Keyword Parameters
Keywords
LIST=list = optional list of tags to compare.
May be a text array of space delimited list.
If list is not given then all matching
tags are compared.
OUT=txt Returned listing as a text array.
/QUIET Do not display tag values.
/NOFLAG means do not flag unequality of the two values.
Default is to indicate which pairs are unequal.
/EQUAL flag when equal instead of unequal.
Outputs
Common Blocks
Notes
Modification History
R. Sterner, 2005 May 20
R. Sterner, 2010 May 07 --- Renamed from tags_comp.pro.
R. Sterner, 2010 May 07 --- Converted arrays from () to [].
Copyright (C) 2005, 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.