| Cloudy
    Spectral Synthesis Code for Astrophysics | 
#include <broke.h>


| Public Member Functions | |
| const char * | chName () const | 
| void | zero () | 
| void | comment (t_warnings &) | 
| t_broke () | |
|  Public Member Functions inherited from module | |
| module () | |
| virtual | ~module () | 
| Public Attributes | |
| bool | lgBroke | 
| bool | lgFixit | 
| bool | lgPrintFixits | 
| bool | lgCheckit | 
| 
 | inline | 
References lgBroke, lgCheckit, lgFixit, and lgPrintFixits.
| 
 | inlinevirtual | 
Implements module.
| 
 | virtual | 
Implements module.
References t_warnings::bangin(), DEBUG_ENTRY, Singleton< t_version >::Inst(), lgBroke, lgCheckit, lgFixit, and t_warnings::warnin().

| 
 | inlinevirtual | 
Implements module.
| bool t_broke::lgBroke | 
logical flag saying that the code is broken, set by calling broken(); causes a warning to be printed at the end of the calculation. prototype is in cddefines.h
| bool t_broke::lgCheckit | 
says that new code is in place that needs to be checked
Referenced by CodeReview(), comment(), and t_broke().
| bool t_broke::lgFixit | 
flag set with call to fixit, says that code needs attention, but not broken. only causes a caution.
Referenced by comment(), fixit_base(), and t_broke().
| bool t_broke::lgPrintFixits | 
Referenced by cdSurprises(), ParsePrint(), and t_broke().