Cloudy
Spectral Synthesis Code for Astrophysics
|
#include "module.h"
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 |
|
inline |
bangin called by routine comment to enter surprise into comment stack
*chLine | surprise to be printed |
References t_warnings::bangin().
Referenced by AgeCheck(), ConserveEnergy(), prt_smooth_predictions(), and PrtComment().
|
inline |
caunin called by comment to enter caution into comment stack
*chLine | caution to be printed |
References t_warnings::caunin().
Referenced by AgeCheck(), prt_smooth_predictions(), and PrtComment().
|
inline |
notein enter a note about calculation into comment array
*chLine | note to be printed |
References t_warnings::notein().
Referenced by AgeCheck(), database_readin(), and PrtComment().
|
inline |
rgcin enter comment about the geometry after model stops
*chLine | comment to be printed |
References t_warnings::rgcin().
Referenced by PrtComment().
|
inline |
warnin enter warnings at the end of the calculations into large stack
*chLine | warning to be printed |
References t_warnings::warnin().
Referenced by ConserveEnergy(), and PrtComment().
t_warnings warnings |
Referenced by cdCautions(), cdNotes(), cdNwcns(), cdReasonGeo(), cdSurprises(), cdWarnings(), cloudy(), PrtComment(), PrtFinal(), SaveGrid(), and ShowMe().