#include <warnings.h>

Data Fields | |
| long int | nwarn |
| long int | ncaun |
| long int | nnote |
| long int | nbang |
| char | chRgcln [2][INPUT_LINE_LENGTH] |
| char | chWarnln [LIMWCN][INPUT_LINE_LENGTH] |
| char | chCaunln [LIMWCN][INPUT_LINE_LENGTH] |
| char | chNoteln [LIMWCN][INPUT_LINE_LENGTH] |
| char | chBangln [LIMWCN][INPUT_LINE_LENGTH] |
| bool | lgWarngs |
| bool | lgCautns |
Definition at line 32 of file warnings.h.
| long int t_warnings::nwarn |
this are counters for the number of warnings, cautions, notes and surprises in the calculation
Definition at line 36 of file warnings.h.
Referenced by cdNwcns(), cdWarnings(), ShowMe(), warnin(), and wcnint().
| long int t_warnings::ncaun |
Definition at line 36 of file warnings.h.
Referenced by caunin(), cdCautions(), cdNwcns(), ShowMe(), and wcnint().
| long int t_warnings::nnote |
| long int t_warnings::nbang |
Definition at line 36 of file warnings.h.
Referenced by bangin(), cdNwcns(), cdSurprises(), and wcnint().
| char t_warnings::chRgcln[2][INPUT_LINE_LENGTH] |
a comment about the geometry after model stops
Definition at line 42 of file warnings.h.
Referenced by BadStart(), cdReasonGeo(), and PrtComment().
| char t_warnings::chWarnln[LIMWCN][INPUT_LINE_LENGTH] |
these are the strings that contain the warnings, cautions, and notes about the calculation
Definition at line 46 of file warnings.h.
Referenced by cdWarnings(), and warnin().
| char t_warnings::chCaunln[LIMWCN][INPUT_LINE_LENGTH] |
| char t_warnings::chNoteln[LIMWCN][INPUT_LINE_LENGTH] |
| char t_warnings::chBangln[LIMWCN][INPUT_LINE_LENGTH] |
| bool t_warnings::lgWarngs |
flags set if warnings or cautions present
Definition at line 52 of file warnings.h.
Referenced by cloudy(), and PrtFinal().
| bool t_warnings::lgCautns |
1.5.5