/* dtmase.h */ EXTERN struct t_dtMase { /* dTauMase is smallest maser optical depth in atoms, set in * tauinc for H, and in tauchn for heavy elements * it is negative or zero */ float dTauMase; /* ijMase is 100*n_upper + n_lower * if ijMase is 0 when dTauMase used, maser was in heavy element */ long int ijMase; /* flag set true in tauchn if maser cap ever hit, * causes comment to be printed in prtComments */ int lgMaserCapHit; } dtMase;