/* reccno.h */ /* * save rec coef data for recombination lines of C, N, O */ EXTERN struct t_RecCNO { float RecCoefCNO[4][471]; } RecCNO;