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 */ 00007 void map_do( 00008 FILE *io, 00009 const char *chType); 00010 00012 EXTERN struct t_map { 00013 00016 long int MapZone; 00017 00019 float RangeMap[2]; 00020 00022 long int nMapStep; 00023 00026 bool lgMapOK; 00027 00029 bool lgMapBeingDone; 00030 00032 bool lgMapDone; 00033 00035 long int nmap; 00036 00038 float *temap; 00039 00041 float *hmap; 00042 00044 float *cmap; 00045 00049 long int nMapAlloc; 00050 00051 } map;