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


Public Member Functions | |
| const char * | chName () const |
| void | zero (void) |
| void | comment (t_warnings &) |
| void | rgcin (const string &chLine) |
| void | warnin (const string &chLine) |
| void | caunin (const string &chLine) |
| void | bangin (const string &chLine) |
| void | notein (const string &chLine) |
Public Member Functions inherited from module | |
| module () | |
| virtual | ~module () |
Public Attributes | |
| vector< string > | chRgcln |
| vector< string > | chWarnln |
| vector< string > | chCaunln |
| vector< string > | chBangln |
| vector< string > | chNoteln |
| bool | lgWarngs |
| bool | lgCautns |
|
inline |
bangin called by routine comment to enter surprise into comment stack
| *chLine | surprise to be printed |
References chBangln.
Referenced by bangin(), t_broke::comment(), and t_ionbal::comment().
|
inline |
caunin called by comment to enter caution into comment stack
| *chLine | caution to be printed |
References chCaunln, and lgCautns.
Referenced by caunin(), and t_ionbal::comment().
|
inlinevirtual |
Implements module.
|
inlinevirtual |
Implements module.
|
inline |
notein enter a note about calculation into comment array
| *chLine | note to be printed |
References chNoteln.
Referenced by t_ionbal::comment(), and notein().
|
inline |
|
inline |
warnin enter warnings at the end of the calculations into large stack
| *chLine | warning to be printed |
References chWarnln, and lgWarngs.
Referenced by t_broke::comment(), and warnin().
|
virtual |
| vector<string> t_warnings::chBangln |
Referenced by bangin(), cdNwcns(), cdSurprises(), and zero().
| vector<string> t_warnings::chCaunln |
Referenced by caunin(), cdCautions(), cdNwcns(), ShowMe(), and zero().
| vector<string> t_warnings::chRgcln |
a comment about the geometry after model stops
Referenced by cdReasonGeo(), rgcin(), and zero().
| vector<string> t_warnings::chWarnln |
these are the strings that contain the warnings, cautions, and notes about the calculation
Referenced by cdNwcns(), cdWarnings(), ShowMe(), warnin(), and zero().
| bool t_warnings::lgCautns |
Referenced by caunin(), PrtFinal(), and zero().
| bool t_warnings::lgWarngs |
flags set if warnings or cautions present
Referenced by cloudy(), PrtFinal(), SaveGrid(), warnin(), and zero().