/* deptau.h */ /* * these are the integrated absorption and scattering optical depths * to the illuminated face of the cloud */ EXTERN struct t_deptau { float depabs[NCELL], depsct[NCELL]; } deptau;