cloudy trunk
Loading...
Searching...
No Matches
iterations.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2013 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
8void IterStart(void);
9
11void IterRestart(void);
12
14void IterEnd(void);
15
18int iter_end_check(void);
19
21
26 long int itermx;
27
29 long int iter_malloc;
30
32 long int *IterPrnt;
33
37
40
43 long int lim_zone;
44 long int lim_iter;
45
46 };
48
49#endif /* ITERATIONS_H_ */
t_iterations iterations
Definition iterations.cpp:5
void IterRestart(void)
void IterEnd(void)
int iter_end_check(void)
void IterStart(void)
long int lim_iter
Definition iterations.h:44
long int itermx
Definition iterations.h:26
long int * IterPrnt
Definition iterations.h:32
long int lim_zone
Definition iterations.h:43
long int iter_malloc
Definition iterations.h:29
bool lgConverge_set
Definition iterations.h:42
bool lgIterAgain
Definition iterations.h:39