cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
input.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 _INPUT_H_
5 #define _INPUT_H_
6 
7 /* input.h */
8 
10 #define NKRD 4000
11 
14 void input_init(void);
15 
22 bool lgInputComment(
23  const char *chLine );
24 
31 void input_readarray(
32  char *chCard,
33  bool *lgEOF);
34 
35 EXTERN struct t_input {
36 
42 
47 
52 
57 
58  long int
61 
63  nRead,
64 
66  nSaveIni,
67 
70  iReadWay,
71 
73  nReadSv;
74 
78 
82 
85 
86  } input;
87 
88 
89 
90 #endif /* _INPUT_H_ */

Generated for cloudy by doxygen 1.8.3.1