/home66/gary/public_html/cloudy/c08_branch/source/hcmap.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 _HCMAP_H_
00005 #define _HCMAP_H_
00006 
00011 void map_do(
00012                         FILE *io, 
00013                         const char *chType);
00014 
00016 EXTERN struct t_hcmap {
00017 
00020         long int MapZone;
00021 
00023         realnum RangeMap[2];
00024 
00026         long int nMapStep;
00027 
00030         bool lgMapOK;
00031 
00033         bool lgMapBeingDone;
00034 
00036         bool lgMapDone;
00037 
00039         long int nmap;
00040 
00042         realnum *temap;
00043 
00045         realnum *hmap; 
00046 
00048         realnum *cmap;
00049 
00053         long int nMapAlloc;
00054 
00055         }       hcmap;
00056 
00057 #endif /* _HCMAP_H_ */

Generated on Mon Feb 16 12:01:15 2009 for cloudy by  doxygen 1.4.7