cloudy
trunk
|
#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 36 of file warnings.h.
Definition at line 50 of file warnings.h.
Referenced by bangin(), and cdSurprises().
Definition at line 50 of file warnings.h.
Referenced by caunin(), and cdCautions().
Definition at line 50 of file warnings.h.
char t_warnings::chRgcln[2][INPUT_LINE_LENGTH] |
a comment about the geometry after model stops
Definition at line 46 of file warnings.h.
Referenced by BadStart(), cdReasonGeo(), and PrtComment().
these are the strings that contain the warnings, cautions, and notes about the calculation
Definition at line 50 of file warnings.h.
Referenced by cdWarnings(), and warnin().
bool t_warnings::lgCautns |
Definition at line 56 of file warnings.h.
Referenced by PrtFinal().
bool t_warnings::lgWarngs |
flags set if warnings or cautions present
Definition at line 56 of file warnings.h.
Referenced by cloudy(), GridGatherAfterCloudy(), and PrtFinal().
long int t_warnings::nbang |
Definition at line 40 of file warnings.h.
Referenced by bangin(), cdNwcns(), cdSurprises(), and wcnint().
long int t_warnings::ncaun |
Definition at line 40 of file warnings.h.
Referenced by caunin(), cdCautions(), cdNwcns(), ShowMe(), and wcnint().
long int t_warnings::nnote |
long int t_warnings::nwarn |
this are counters for the number of warnings, cautions, notes and surprises in the calculation
Definition at line 40 of file warnings.h.
Referenced by cdNwcns(), cdWarnings(), ShowMe(), warnin(), and wcnint().