cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
grid.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 _GRID_H_
5 #define _GRID_H_
6 
7 #include "optimize.h"
8 
10 bool grid_do(void);
11 
16 void gridXspec(realnum *, long);
17 
19 void GridGatherInCloudy( void );
20 
23  /* chTime is null terminated 4 char string, either "MIDL" or "LAST" */
24  const char *chTime);
25 
26 #define NUM_OUTPUT_TYPES 11
27 
28 EXTERN struct t_grid
29 {
32  char **paramNames;
33  long *paramMethods;
35  **paramData,
39  bool *lgAbort , *lgWarn;
40 
42 
44  bool lgGrid,
45  lgGridDone,
47 
49  long int nGridCommands;
50 
51  long nintparm,
52  naddparm,
56 
58 
59 } grid;
60 
61 #endif /* _GRID_H_ */

Generated for cloudy by doxygen 1.8.4