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 */ 00004 void IterStart(void); 00005 00007 void IterRestart(void); 00008 00010 void IterEnd(void); 00011 00014 int iter_end_check(void); 00015 00016 EXTERN struct t_iterations { 00017 00022 long int itermx; 00023 00025 long int iter_malloc; 00026 00028 long int *IterPrnt; 00029 00032 bool lgLastIt; 00033 00035 bool lgIterAgain; 00036 00038 bool lgConverge_set; 00039 long int lim_zone; 00040 long int lim_iter; 00041 00042 } iterations;