#include "cddefines.h"#include "warnings.h"Go to the source code of this file.
Functions | |
| void | wcnint (void) | 
| void | warnin (char *chLine) | 
| void | notein (char *chLine) | 
| void | bangin (char *chLine) | 
| void | caunin (char *chLine) | 
Variables | |
| t_warnings | warnings | 
| void bangin | ( | char * | chLine | ) | 
bangin called by routine comment to enter surprise into comment stack
| *chLine | 
Definition at line 73 of file warnings.cpp.
References t_warnings::chBangln, DEBUG_ENTRY, ioQQQ, lgFirst, LIMWCN, and t_warnings::nbang.
Referenced by AgeCheck(), lgConserveEnergy(), prt_smooth_predictions(), and PrtComment().
| void caunin | ( | char * | chLine | ) | 
caunin called by comment to enter caution into comment stack
| *chLine | 
Definition at line 96 of file warnings.cpp.
References t_warnings::chCaunln, DEBUG_ENTRY, ioQQQ, lgFirst, LIMWCN, and t_warnings::ncaun.
Referenced by AgeCheck(), prt_smooth_predictions(), and PrtComment().
| void notein | ( | char * | chLine | ) | 
notein enter a note about calculation into comment array
| *chLine | 
Definition at line 50 of file warnings.cpp.
References t_warnings::chNoteln, DEBUG_ENTRY, ioQQQ, lgFirst, LIMWCN, and t_warnings::nnote.
Referenced by AgeCheck(), and PrtComment().
| void warnin | ( | char * | chLine | ) | 
warnin enter warnings at the end of the calculations into large stack
| *chLine | 
Definition at line 27 of file warnings.cpp.
References t_warnings::chWarnln, DEBUG_ENTRY, ioQQQ, lgFirst, LIMWCN, and t_warnings::nwarn.
Referenced by BadStart(), lgConserveEnergy(), prt_smooth_predictions(), and PrtComment().
| void wcnint | ( | void | ) | 
wcnint initialize stack or warnings, cautions, notes
Definition at line 13 of file warnings.cpp.
References DEBUG_ENTRY, t_warnings::nbang, t_warnings::ncaun, t_warnings::nnote, and t_warnings::nwarn.
Referenced by BadStart(), PrtComment(), and zero().
Definition at line 11 of file warnings.cpp.
Referenced by BadStart(), cdCautions(), cdNotes(), cdNwcns(), cdReasonGeo(), cdSurprises(), cdWarnings(), cloudy(), PrtComment(), PrtFinal(), SaveGrid(), and ShowMe().
 1.6.1