cloudy  trunk
init.h
Go to the documentation of this file.
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
00002  * others.  For conditions of distribution and use see copyright notice in license.txt */
00003 
00004 #ifndef _INIT_H_
00005 #define _INIT_H_
00006 
00007 /* initialization routines for Cloudy
00008  * InitCoreload - one time initialization, called from cdInit
00009  * InitCoreloadPostparse - one time initialization, called after parser
00010  * InitDefaultsPreparse initialization at start of simulation, called from cloudy
00011  * before parser, will be called one time per sim in grid 
00012  * InitSimPostparse initialization at start of simulation, called from cloudy
00013  * after parser, will be called one time per sim in grid
00014  */
00015 
00020 void InitCoreload( void );
00021 
00024 void InitDefaultsPreparse( void );
00025 
00028 void InitCoreloadPostparse( void );
00029 
00032 void InitSimPostparse( void );
00033 
00036 void zero(void);
00037 
00038 #endif /* _INIT_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated for cloudy by doxygen 1.7.6.1