/*SumHeat evaluate all heating agents to determine total heating for this zone, * called at end of ionize */ void SumHeat(void); /*ZeroHeat zeroes out the heating array, called at start of ionize*/ void ZeroHeat(void);