/* definition of this is in zerologic, where it is also initialized */ extern struct /*t_elementnames*/ { /* set of names of the chemical elements, long and short forms */ /* following used for prints in each zone, full name*/ char chElementName[LIMELM][11]; /* labels for match on element name * this must be caps for present logic in matches */ char chElementNameShort[LIMELM][5]; /* two letter very short form of element name, used to make * emission line labels */ char chElementSym[LIMELM][3]; /* this is series of two char nmbers, beginning with " 1" and * ending with "31" */ char chIonStage[LIMELM+1][3]; } elementnames;