cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 ,
21 
25 
27  double sound;
28 
31 
33  double
34  /* malloced in zero.c */
41 
44 
47 
50 
52  double TimeH21cm;
53 
54  } timesc;
55 
56 
57 #endif /* _TIMESC_H_ */

Generated for cloudy by doxygen 1.8.1.2