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-2017 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 
7 #include "module.h"
8 
10 struct t_he : public module {
11 
12  const char* chName() const
13  {
14  return "he";
15  }
16 
17  void zero();
18  void comment(t_warnings&) {}
19 
21  long int ip660;
22 
29  long nzone;
30 
31  };
32 extern t_he he;
33 
34 
35 #endif /* HE_H_ */
void comment(t_warnings &)
Definition: he.h:18
long nzone
Definition: he.h:29
double frac_he0dest_23S_photo
Definition: he.h:25
long int ip660
Definition: he.h:21
t_he he
Definition: he.cpp:5
void zero()
Definition: he.cpp:7
double frac_he0dest_23S
Definition: he.h:25
const char * chName() const
Definition: he.h:12
Definition: he.h:10
Definition: module.h:26