cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
init.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 _INIT_H_
5 #define _INIT_H_
6 
7 /* initialization routines for Cloudy
8  * InitCoreload - one time initialization, called from cdInit
9  * InitCoreloadPostparse - one time initialization, called after parser
10  * InitDefaultsPreparse initialization at start of simulation, called from cloudy
11  * before parser, will be called one time per sim in grid
12  * InitSimPostparse initialization at start of simulation, called from cloudy
13  * after parser, will be called one time per sim in grid
14  */
15 
20 void InitCoreload( void );
21 
24 void InitDefaultsPreparse( void );
25 
28 void InitCoreloadPostparse( void );
29 
32 void InitSimPostparse( void );
33 
36 void zero(void);
37 
38 #endif /* _INIT_H_ */

Generated for cloudy by doxygen 1.8.1.1