cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
he.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef HE_H_
5 #define HE_H_
6 
8 struct t_he {
9 
11  long int ip374,
12  ip660;
13 
20  long nzone;
21 
22  };
23 extern t_he he;
24 
25 
26 #endif /* HE_H_ */
long nzone
Definition: he.h:20
long int ip374
Definition: he.h:11
double frac_he0dest_23S_photo
Definition: he.h:16
long int ip660
Definition: he.h:11
t_he he
Definition: he.cpp:5
double frac_he0dest_23S
Definition: he.h:16
Definition: he.h:8