cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stopcalc.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 _STOPCALC_H_
5 #define _STOPCALC_H_
6 
8 #define MXSTPL 10
9 
12 #define COLUMN_INIT 1e30f
13 
23 
25  long int iptnu;
26 
29 
32  double TeFloor;
33 
36 
39 
43 
47 
52 
56 
60  colpls,
61  colnut;
62 
65 
68 
71 
74 
77 
80 
83 
94 
96  long int ipStopLin1[MXSTPL],
99  long int nstpl;
100 
103 
105  char chStopLabel1[MXSTPL][5] ,
106  chStopLabel2[MXSTPL][5];
107 
110 
112  long int nTotalIonizStop;
113 
115 # define nCHREASONSTOP 100
117 
118  } StopCalc;
119 
120 
121 #endif /* _STOPCALC_H_ */

Generated for cloudy by doxygen 1.8.4