00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00003 /* trace.h */ 00004 00005 EXTERN struct t_trace { 00006 00008 bool lgTrace; 00009 00011 bool lgTraceInput; 00012 00014 long int nznbug; 00015 00017 long int npsbug; 00018 00020 bool lgHeavyBug; 00021 00023 bool lgESOURCE; 00024 00026 int nTrConvg; 00027 00030 bool lgTrLevN; 00031 00033 bool lgPointBug; 00034 00036 bool lgComBug; 00037 00039 bool lgNeonBug; 00040 00042 bool lgTrLine; 00043 00045 bool lgFeBug; 00046 00048 bool lgOptcBug; 00049 00051 bool lgTrace3Bod; 00052 00054 bool lgTr_CO_Mole , lgTr_H2_Mole; 00055 00057 bool lgHeatBug; 00058 00060 bool lgTrGant; 00061 00063 bool lgDrBug; 00064 00066 bool lgTrOptm; 00067 00069 bool lgTrDiff; 00070 00072 bool lgTr8446; 00073 00075 bool lgOpacBug; 00076 00078 bool lgDustBug; 00079 00081 bool lgHeBug; 00082 00084 bool lgHBug; 00085 00087 bool lgIsoTraceFull[NISO]; 00088 00090 long int ipIsoTrace[NISO]; 00091 00093 bool lgCalBug; 00094 00096 bool lgCarBug; 00097 00099 bool lgConBug; 00100 00102 bool lgOTSBug; 00103 00105 bool lgBug2nu; 00106 00108 bool lgCoolTr; 00109 00111 bool lgNeBug; 00112 00114 bool lgPtrace; 00115 00117 bool lgDrv_cdLine; 00118 00120 int debug_level; 00121 00123 bool lgTrOvrd; 00124 00126 bool lgSecIon; 00127 00128 } trace;