cloudy  trunk
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_ */
t_broke::lgFixit
bool lgFixit
Definition: broke.h:15
t_broke::lgCheckit
bool lgCheckit
Definition: broke.h:18
t_broke
Definition: broke.h:8
t_broke::lgBroke
bool lgBroke
Definition: broke.h:12
broke
t_broke broke
Definition: broke.cpp:5