Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hydro_tbl.cpp File Reference
#include "cddefines.h"
#include "parser.h"
#include "physconst.h"
#include "dense.h"
#include "thirdparty.h"
#include "hydro_tbl.h"
Include dependency graph for hydro_tbl.cpp:

Variables

static const char * tpn_file = "hydro_tpn.dat"
 
static const char * tpnl_file = "hydro_tpnl.dat"
 
static const char * tpnn_file = "hydro_tpnn.dat"
 
static const char * pcs_file = "hydro_pcs.dat"
 
static const long tpn_magic = 201809260L
 
static const long tpnl_magic = 201809271L
 
static const long tpnn_magic = 201809281L
 
static const long pcs_magic = 201810020L
 

Variable Documentation

const char* pcs_file = "hydro_pcs.dat"
static

Referenced by t_hydro_tbl::p_initcs().

const long pcs_magic = 201810020L
static

Referenced by t_hydro_tbl::p_initcs().

const char* tpn_file = "hydro_tpn.dat"
static

Referenced by t_hydro_tbl::p_initn().

const long tpn_magic = 201809260L
static

Referenced by t_hydro_tbl::p_initn().

const char* tpnl_file = "hydro_tpnl.dat"
static

Referenced by t_hydro_tbl::p_initnl().

const long tpnl_magic = 201809271L
static

Referenced by t_hydro_tbl::p_initnl().

const char* tpnn_file = "hydro_tpnn.dat"
static

Referenced by t_hydro_tbl::p_initnn().

const long tpnn_magic = 201809281L
static

Referenced by t_hydro_tbl::p_initnn().