cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
broke.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef BROKE_H_
5 #define BROKE_H_
6 
8 struct t_broke {
12  bool lgBroke;
15  bool lgFixit;
16 
18  bool lgCheckit;
19 
20  };
21 extern t_broke broke;
22 
23 
24 #endif /* BROKE_H_ */
bool lgBroke
Definition: broke.h:12
Definition: broke.h:8
bool lgFixit
Definition: broke.h:15
t_broke broke
Definition: broke.cpp:5
bool lgCheckit
Definition: broke.h:18