#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"Include dependency graph for sanity_check.cpp:

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 31 of file sanity_check.cpp.
References cdEXIT, DEBUG_ENTRY, ioQQQ, SanityCheckBegin(), and SanityCheckFinal().
Referenced by cloudy().
Here is the call graph for this function:

| STATIC void SanityCheckBegin | ( | void | ) |
Definition at line 55 of file sanity_check.cpp.
References DEBUG_ENTRY, dense, H_Einstein_A(), ioQQQ, ipH1s, ipH2p, ipH_LIKE, ipiv, t_dense::lgElmtOn, LIMELM, Transitions, xMatrix, and yVector.
Referenced by SanityCheck().
Here is the call graph for this function:

| STATIC void SanityCheckFinal | ( | void | ) |
1.4.7