Cloudy
Spectral Synthesis Code for Astrophysics
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
fe.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2023 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#ifndef FE_H_
5
#define FE_H_
6
8
struct
t_fe
{
9
11
realnum
fekhot
,
12
fekcld
;
13
15
realnum
fegrain
;
16
18
long
int
ipfe10
;
19
realnum
pfe10
,
20
pfe11a
,
21
pfe11b
,
22
pfe14
;
23
24
};
25
extern
t_fe
fe
;
26
27
28
#endif
/* FE_H_ */
t_fe::fekhot
realnum fekhot
Definition:
fe.h:11
t_fe::pfe11a
realnum pfe11a
Definition:
fe.h:19
t_fe::ipfe10
long int ipfe10
Definition:
fe.h:18
t_fe::fegrain
realnum fegrain
Definition:
fe.h:15
t_fe::pfe10
realnum pfe10
Definition:
fe.h:19
t_fe::pfe14
realnum pfe14
Definition:
fe.h:19
realnum
float realnum
Definition:
cddefines.h:127
fe
t_fe fe
Definition:
fe.cpp:5
t_fe::pfe11b
realnum pfe11b
Definition:
fe.h:19
t_fe::fekcld
realnum fekcld
Definition:
fe.h:11
t_fe
Definition:
fe.h:8
source
fe.h
Generated by
1.8.5