/* nsshells.h */ /* * save number of shells for each element and ionization stage * first dimension is atomic weight, second is ionization stage */ EXTERN struct t_nsShellsCom { long int nsShells[LIMELM][LIMELM]; } nsShellsCom;