Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
warnings.h File Reference
#include "module.h"
Include dependency graph for warnings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  t_warnings
 

Functions

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)
 

Variables

t_warnings warnings
 

Function Documentation

void bangin ( const string &  chLine)
inline

bangin called by routine comment to enter surprise into comment stack

Parameters
*chLinesurprise to be printed

References t_warnings::bangin().

Referenced by AgeCheck(), ConserveEnergy(), prt_smooth_predictions(), and PrtComment().

Here is the call graph for this function:

void caunin ( const string &  chLine)
inline

caunin called by comment to enter caution into comment stack

Parameters
*chLinecaution to be printed

References t_warnings::caunin().

Referenced by AgeCheck(), prt_smooth_predictions(), and PrtComment().

Here is the call graph for this function:

void notein ( const string &  chLine)
inline

notein enter a note about calculation into comment array

Parameters
*chLinenote to be printed

References t_warnings::notein().

Referenced by AgeCheck(), database_readin(), and PrtComment().

Here is the call graph for this function:

void rgcin ( const string &  chLine)
inline

rgcin enter comment about the geometry after model stops

Parameters
*chLinecomment to be printed

References t_warnings::rgcin().

Referenced by PrtComment().

Here is the call graph for this function:

void warnin ( const string &  chLine)
inline

warnin enter warnings at the end of the calculations into large stack

Parameters
*chLinewarning to be printed

References t_warnings::warnin().

Referenced by ConserveEnergy(), and PrtComment().

Here is the call graph for this function:

Variable Documentation