/* heating.h */ EXTERN struct t_HeatingCom { /* first elements is ionization stageof element, sec is atomic number */ double heating[LIMELM][LIMELM]; } HeatingCom;