Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
fe.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2025 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
fegrain
;
12
14
long
int
ipfe10
;
15
realnum
pfe10
,
16
pfe11a
,
17
pfe11b
,
18
pfe14
;
19
20
};
21
extern
t_fe
fe
;
22
23
24
#endif
/* FE_H_ */
realnum
float realnum
Definition
cddefines.h:127
fe
t_fe fe
Definition
fe.cpp:5
t_fe
Definition
fe.h:8
t_fe::pfe14
realnum pfe14
Definition
fe.h:18
t_fe::pfe11b
realnum pfe11b
Definition
fe.h:17
t_fe::pfe11a
realnum pfe11a
Definition
fe.h:16
t_fe::pfe10
realnum pfe10
Definition
fe.h:15
t_fe::ipfe10
long int ipfe10
Definition
fe.h:14
t_fe::fegrain
realnum fegrain
Definition
fe.h:11
source
fe.h
Generated by
1.13.2