/* e2tau.h */ EXTERN struct t_e2tau { /* saves value of E2(tau), exponential integral, * where tau is optical depth to illuminated face */ float e2TauAbs[NCELL]; } e2tau;