/* sumoutinc.h */ EXTERN struct t_SumOutInc { float SumOutCon, SumIncCon, SavOutCon[NCELL], SumHOutCon, SumHIncCon, SumOutMax; long int ipSumOutMax; } SumOutInc; /* * variables related to deriving the ratio of outward to incident continuum * SumOutMax - energy where max occurs, ipSumOutMax pointer to this * sumOutCon is summed out outlin and outcon less SavOutCon for all energy * SumHOutCon is H-ionizing only */