/* fekems.h */ /* * fekhot, fekcld, number of photons in hot and cold iron, per unit vol * ipkhot, ipkcld are pointers to energies */ EXTERN struct t_fekems { float fekhot, fekcld; long int ipkhot, ipkcld; } fekems;