|
cloudy trunk
|
#include "cddefines.h"#include "physconst.h"#include "thirdparty.h"#include "dense.h"#include "elementnames.h"#include "continuum.h"#include "helike_recom.h"#include "rfield.h"#include "taulines.h"#include "hypho.h"#include "iso.h"#include "opacity.h"#include "hydro_bauman.h"#include "hydrogenic.h"#include "heavy.h"#include "trace.h"#include "cloudy.h"
Go to the source code of this file.
Functions | |
| STATIC void | SanityCheckBegin (void) |
| STATIC void | SanityCheckFinal (void) |
| void | SanityCheck (const char *chJob) |
| void SanityCheck | ( | const char * | chJob | ) |
SanityCheck confirm that various parts of the code still work
| *chJob | is either "begin" or "final" begin is before code starts up final is after model is complete |
Definition at line 51 of file sanity_check.cpp.
References cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, ioQQQ, SanityCheckBegin(), and SanityCheckFinal().
Referenced by cloudy().

| STATIC void SanityCheckBegin | ( | void | ) |
Definition at line 75 of file sanity_check.cpp.
References ASSERT, cdEXIT, cont_gaunt_calc(), continuum, DEBUG_ENTRY, dense, e2(), ee1(), elementnames, EXIT_FAILURE, expn(), fp_equal(), getrf_wrapper(), getrs_wrapper(), H_Einstein_A(), H_photo_cs(), Heavy, ioQQQ, ipH1s, ipH2p, ipH_LIKE, ipHe1s1S, ipHE_LIKE, ipHELIUM, ipHYDROGEN, iso_ctrl, iso_recomb_check(), iso_sp, iso_state_lifetime(), L_, LIMELM, MALLOC, MAX2, MIN2, N_, NISO, opac, OpacityAdd1Element(), OpacityZero(), phycon, PI, qg32(), rfield, S, ShowMe(), spsort(), STATIC, Integrator< Integrand, Method >::sum(), TE1RYD, trace, xMatrix, and yVector.
Referenced by SanityCheck().

| STATIC void SanityCheckFinal | ( | void | ) |