/* hydrophocs.h */ EXTERN struct t_HydroPhoCS { /* array of cross sections for photoionization of hydrogen at threshold, * 0 is 1s, 1 is 2s, 2 is 2p, up to 400 */ float STH[NHYDRO_MAX_LEVEL]; } HydroPhoCS;