cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
trace.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef _TRACE_H_
5 #define _TRACE_H_
6 
7 /* trace.h */
8 
9 EXTERN struct t_trace {
10 
12  bool lgTrace;
13 
15  long int nznbug;
16 
18  long int npsbug;
19 
21  bool lgHeavyBug;
22 
24  bool lgESOURCE;
25 
27  int nTrConvg;
28 
31  bool lgTrLevN;
32 
34  bool lgPointBug;
35 
37  bool lgComBug;
38 
40  bool lgNeonBug;
41 
43  bool lgTrLine;
44 
46  bool lgFeBug;
47 
49  bool lgOptcBug;
50 
53 
56 
58  bool lgHeatBug;
59 
61  bool lgTrGant;
62 
64  bool lgDrBug;
65 
67  bool lgTrOptm;
68 
70  bool lgTrDiff;
71 
73  bool lgTr8446;
74 
76  bool lgOpacBug;
77 
79  bool lgDustBug;
80 
82  bool lgHeBug;
83 
85  bool lgHBug;
86 
89 
91  long int ipIsoTrace[NISO];
92 
94  bool lgCalBug;
95 
97  bool lgCarBug;
98 
100  bool lgConBug;
101 
103  bool lgOTSBug;
104 
106  bool lgBug2nu;
107 
109  bool lgWind;
110 
112  bool lgCoolTr;
113 
115  bool lgNeBug;
116 
118  bool lgPtrace;
119 
122 
125 
127  bool lgTrOvrd;
128 
130  bool lgSecIon;
131 
132  } trace;
133 
134 #endif /* _TRACE_H_ */

Generated for cloudy by doxygen 1.8.3.1