cloudy  trunk
 All Data Structures 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-2022 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 
12  fekcld;
13 
16 
18  long int ipfe10;
20  pfe11a,
21  pfe11b,
22  pfe14;
23 
24  };
25 extern t_fe fe;
26 
27 
28 #endif /* FE_H_ */
realnum fekhot
Definition: fe.h:11
t_fe fe
Definition: fe.cpp:5
realnum pfe11a
Definition: fe.h:19
long int ipfe10
Definition: fe.h:18
realnum fegrain
Definition: fe.h:15
realnum pfe10
Definition: fe.h:19
realnum pfe14
Definition: fe.h:19
float realnum
Definition: cddefines.h:124
realnum pfe11b
Definition: fe.h:19
realnum fekcld
Definition: fe.h:11
Definition: fe.h:8