00001
00002
00008 EXTERN struct t_struc {
00009
00015 long int nzlim;
00016
00018 float *testr,
00019 *volstr,
00020 *drad_x_fillfac,
00021 *histr,
00022 *hiistr,
00023 *ednstr,
00024 *o3str,
00026 *pressure,
00028 *GasPressure ,
00030 *pres_radiation_lines_curr ,
00032 *hden ,
00034 *DenParticles ,
00036 *DenMass,
00038 *depth,
00040 *drad,
00042 *xLyman_depth,
00044 *depth_last,
00045 *drad_last;
00046
00048 long int nzone,
00049 nzone_last;
00050
00052 float ***xIonDense;
00053
00056 float **H2_molec,
00057 **CO_molec;
00058
00060 float **gas_phase;
00061
00063 double *coolstr ,
00064 *heatstr;
00065
00069 float dr_ionfrac_limit;
00070
00071 } struc;
00072