Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
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

◆ bangin()

void bangin ( const string & chLine)
inline

bangin called by routine comment to enter surprise into comment stack

Parameters
*chLinesurprise to be printed

References warnings.

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

◆ caunin()

void caunin ( const string & chLine)
inline

caunin called by comment to enter caution into comment stack

Parameters
*chLinecaution to be printed

References warnings.

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

◆ notein()

void notein ( const string & chLine)
inline

notein enter a note about calculation into comment array

Parameters
*chLinenote to be printed

References warnings.

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

◆ rgcin()

void rgcin ( const string & chLine)
inline

rgcin enter comment about the geometry after model stops

Parameters
*chLinecomment to be printed

References warnings.

Referenced by PrtComment().

◆ warnin()

void warnin ( const string & chLine)
inline

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

Parameters
*chLinewarning to be printed

References warnings.

Referenced by ConserveEnergy(), and PrtComment().

Variable Documentation

◆ warnings