cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
he.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 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
25
double
frac_he0dest_23S
,
27
frac_he0dest_23S_photo
;
29
long
nzone
;
30
31
};
32
extern
t_he
he
;
33
34
35
#endif
/* HE_H_ */
t_warnings
Definition:
warnings.h:15
t_he::comment
void comment(t_warnings &)
Definition:
he.h:18
t_he::nzone
long nzone
Definition:
he.h:29
t_he::frac_he0dest_23S_photo
double frac_he0dest_23S_photo
Definition:
he.h:25
t_he::ip660
long int ip660
Definition:
he.h:21
he
t_he he
Definition:
he.cpp:5
t_he::zero
void zero()
Definition:
he.cpp:7
t_he::frac_he0dest_23S
double frac_he0dest_23S
Definition:
he.h:25
t_he::chName
const char * chName() const
Definition:
he.h:12
t_he
Definition:
he.h:10
module.h
module
Definition:
module.h:26
Generated by
1.8.5