cloudy trunk
Loading...
Searching...
No Matches
sanity_check.cpp File Reference
#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)

Function Documentation

◆ SanityCheck()

void SanityCheck ( const char * chJob)

SanityCheck confirm that various parts of the code still work

Parameters
*chJobis 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().

Here is the call graph for this function:

◆ SanityCheckBegin()

◆ SanityCheckFinal()

STATIC void SanityCheckFinal ( void )

Definition at line 70 of file sanity_check.cpp.

References STATIC.

Referenced by SanityCheck().