#include <broke.h>
Data Fields | |
bool | lgBroke |
bool | lgFixit |
bool | lgCheckit |
Definition at line 4 of file broke.h.
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
Definition at line 8 of file broke.h.
Referenced by broken(), PrtComment(), and zero().
bool t_broke::lgCheckit |
says that new code is in place that needs to be checked
Definition at line 14 of file broke.h.
Referenced by CodeReview(), PrtComment(), and zero().
bool t_broke::lgFixit |
flag set with call to fixit, says that code needs attention, but not broken. only causes a caution.
Definition at line 11 of file broke.h.
Referenced by fixit(), PrtComment(), and zero().