cloudy
trunk
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
timesc.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#ifndef _TIMESC_H_
5
#define _TIMESC_H_
6
7
/* timesc.h */
8
10
void
AgeCheck
(
void
);
11
12
EXTERN
struct
t_timesc
{
16
double
tcmptn
;
17
19
double
time_therm_long
,
20
time_therm_short
;
21
23
double
time_Hrecom_long
,
24
time_Hrecom_short
;
25
27
double
sound
;
28
30
realnum
CloudAgeSet
;
31
33
double
34
/* malloced in zero.c */
35
*
AgeCOMoleDest
,
36
time_H2_Dest_longest
,
37
time_H2_Form_longest
,
38
time_H2_Dest_here
,
39
time_H2_Form_here
,
40
BigCOMoleForm
;
41
43
double
sound_speed_isothermal
;
44
46
double
sound_speed_adiabatic
;
47
49
realnum
TimeErode
;
50
52
double
TimeH21cm
;
53
54
}
timesc
;
55
56
57
#endif
/* _TIMESC_H_ */
Generated for cloudy by
1.8.3.1