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
oxy.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 OXY_H_
5
#define OXY_H_
6
9
#include "
module.h
"
10
11
struct
t_oxy
:
public
module
{
12
const
char
*
chName
()
const
13
{
14
return
"oxy"
;
15
}
16
void
zero
();
17
void
comment
(
t_warnings
&) {}
18
19
realnum
poiii2
,
20
d5007r
,
21
d6300
,
22
poiii3
,
23
poiii2Max
,
24
poiii3Max
,
25
r5007Max
,
26
r4363Max
,
27
poiexc
,
28
poimax
;
29
31
realnum
AugerO3
;
32
34
realnum
s3727
,
35
s7325
;
36
38
long
int
i2d
,
39
i2p
;
40
41
};
42
extern
t_oxy
oxy
;
43
44
45
#endif
/* OXY_H_ */
t_warnings
Definition:
warnings.h:15
t_oxy::comment
void comment(t_warnings &)
Definition:
oxy.h:17
t_oxy::i2d
long int i2d
Definition:
oxy.h:38
t_oxy::poiii2Max
realnum poiii2Max
Definition:
oxy.h:19
t_oxy::r4363Max
realnum r4363Max
Definition:
oxy.h:19
t_oxy::AugerO3
realnum AugerO3
Definition:
oxy.h:31
t_oxy::r5007Max
realnum r5007Max
Definition:
oxy.h:19
t_oxy::poiii3
realnum poiii3
Definition:
oxy.h:19
t_oxy
Definition:
oxy.h:11
t_oxy::s7325
realnum s7325
Definition:
oxy.h:34
realnum
float realnum
Definition:
cddefines.h:124
t_oxy::zero
void zero()
Definition:
oxy.cpp:7
t_oxy::poiii2
realnum poiii2
Definition:
oxy.h:19
t_oxy::poiexc
realnum poiexc
Definition:
oxy.h:19
t_oxy::d6300
realnum d6300
Definition:
oxy.h:19
oxy
t_oxy oxy
Definition:
oxy.cpp:5
t_oxy::d5007r
realnum d5007r
Definition:
oxy.h:19
t_oxy::s3727
realnum s3727
Definition:
oxy.h:34
t_oxy::poiii3Max
realnum poiii3Max
Definition:
oxy.h:19
t_oxy::i2p
long int i2p
Definition:
oxy.h:38
module.h
module
Definition:
module.h:26
t_oxy::poimax
realnum poimax
Definition:
oxy.h:19
t_oxy::chName
const char * chName() const
Definition:
oxy.h:12
Generated by
1.8.5