Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
trace.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 TRACE_H_
5#define TRACE_H_
6
7/* trace.h */
8
9struct t_trace {
10
12 bool lgTrace;
13
15 long int nznbug;
16
18 long int npsbug;
19
22
25
28
32
35
38
41
43 bool lgTrLine;
44
46 bool lgFeBug;
47
50
53
56
59
61 bool lgDrBug;
62
65
68
71
74
77
79 bool lgHeBug;
80
82 bool lgHBug;
83
86
88 long int ipIsoTrace[NISO];
89
92
95
98
101
104
106 bool lgWind;
107
110
113
116
119
122
123 };
124
125extern t_trace trace;
126
127#endif /* TRACE_H_ */
const int NISO
Definition cddefines.h:321
Definition trace.h:9
bool lgHeBug
Definition trace.h:79
bool lgTrDiff
Definition trace.h:67
bool lgTrace3Bod
Definition trace.h:52
bool lgTrLevN
Definition trace.h:31
bool lgNeBug
Definition trace.h:112
bool lgOpacBug
Definition trace.h:73
bool lgFeBug
Definition trace.h:46
bool lgOTSBug
Definition trace.h:100
bool lgBug2nu
Definition trace.h:103
bool lgWind
Definition trace.h:106
bool lgDrBug
Definition trace.h:61
bool lgCoolTr
Definition trace.h:109
long int nznbug
Definition trace.h:15
int nTrConvg
Definition trace.h:27
bool lgHeavyBug
Definition trace.h:21
bool lgTraceMole
Definition trace.h:55
bool lgHeatBug
Definition trace.h:58
bool lgComBug
Definition trace.h:37
int debug_level
Definition trace.h:115
bool lgTrOptm
Definition trace.h:64
bool lgDustBug
Definition trace.h:76
bool lgCalBug
Definition trace.h:91
bool lgTrace
Definition trace.h:12
bool lgTrLine
Definition trace.h:43
bool lgTrOvrd
Definition trace.h:118
bool lgOptcBug
Definition trace.h:49
bool lgTr8446
Definition trace.h:70
long int npsbug
Definition trace.h:18
bool lgIsoTraceFull[NISO]
Definition trace.h:85
bool lgHBug
Definition trace.h:82
bool lgSecIon
Definition trace.h:121
bool lgNeonBug
Definition trace.h:40
bool lgConBug
Definition trace.h:97
bool lgESOURCE
Definition trace.h:24
bool lgCarBug
Definition trace.h:94
bool lgPointBug
Definition trace.h:34
long int ipIsoTrace[NISO]
Definition trace.h:88
t_trace trace
Definition trace.cpp:5