/* recomrate.h */ /* *recombination rates for the elements *first dim is nelem, the atomic number of element *secnd dim is stage of ionizaiton, 1 for atom */ EXTERN struct t_RecomRate { float RecombinRate[LIMELM][LIMELM]; } RecomRate;