cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
warnings.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 _WARNINGS_H_
5 #define _WARNINGS_H_
6 
7 /* warnings.h */
8 
10 void wcnint(void);
11 
15 void warnin(char *chLine);
16 
20 void notein(char *chLine);
21 
25 void bangin(char *chLine);
26 
30 void caunin(char *chLine);
31 
34 #define LIMWCN 2000
35 
37 
40  long int nwarn,
41  ncaun,
42  nnote,
43  nbang;
44 
47 
54 
56  bool lgWarngs,
57  lgCautns;
58 
59  } warnings;
60 
61 
62 #endif /* _WARNINGS_H_ */

Generated for cloudy by doxygen 1.8.4