00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00003 /* timesc.h */ 00004 00006 void AgeCheck(void); 00007 00008 EXTERN struct t_timesc { 00012 double tcmptn; 00013 00015 double time_therm_long , 00016 time_therm_short; 00017 00019 double time_Hrecom_long , 00020 time_Hrecom_short; 00021 00023 double sound; 00024 00026 float CloudAgeSet; 00027 00029 double 00030 /* malloced in zero.c */ 00031 *AgeCOMoleDest, 00032 time_H2_Dest_longest, 00033 time_H2_Form_longest, 00034 time_H2_Dest_here, 00035 time_H2_Form_here, 00036 BigCOMoleForm; 00037 00039 double sound_speed_isothermal; 00040 00042 double sound_speed_adiabatic; 00043 00045 float TimeErode; 00046 00048 double TimeH21cm; 00049 00050 } timesc; 00051