root/branches/newmole/source/broke.h
| Revision 1739, 0.7 kB (checked in by rjrw, 12 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 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 _BROKE_H_ |
| 5 | #define _BROKE_H_ |
| 6 | |
| 7 | /** broke.h */ |
| 8 | EXTERN struct t_broke { |
| 9 | /** logical flag saying that the code is broken, set by calling broken(); |
| 10 | * causes a warning to be printed at the end of the calculation. prototype |
| 11 | * is in cddefines.h */ |
| 12 | bool lgBroke; |
| 13 | /** flag set with call to fixit, says that code needs attention, but not |
| 14 | * broken. only causes a caution. */ |
| 15 | bool lgFixit; |
| 16 | |
| 17 | /** says that new code is in place that needs to be checked */ |
| 18 | bool lgCheckit; |
| 19 | |
| 20 | } broke; |
| 21 | |
| 22 | |
| 23 | #endif /* _BROKE_H_ */ |
Note: See TracBrowser
for help on using the browser.
