/* abuntablfac.h */ #define LIMTABD 500 EXTERN struct t_AbunTablFac { float AbTabFac[LIMTABD][LIMELM], AbTabRad[LIMTABD][LIMELM]; long int nAbunTabl; float frad[LIMTABD], fhden[LIMTABD]; int lgDLWDepth; long int nvals; } AbunTablFac; /* * *AbTabFac abundances for element table *AbTabRad depth scale *parameters for dlaw table command *frad is log radius in cm, fhden is log hden *lg is true if depth, false if radius to be used *number of values */