cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
iterations.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 _ITERATIONS_H_
5 #define _ITERATIONS_H_
6 
8 void IterStart(void);
9 
11 void IterRestart(void);
12 
14 void IterEnd(void);
15 
18 int iter_end_check(void);
19 
21 
26  long int itermx;
27 
29  long int iter_malloc;
30 
32  long int *IterPrnt;
33 
36  bool lgLastIt;
37 
40 
43  long int lim_zone;
44  long int lim_iter;
45 
46  } iterations;
47 
48 #endif /* _ITERATIONS_H_ */

Generated for cloudy by doxygen 1.8.4