cloudy trunk
|
#include "cddefines.h"
#include "lines_service.h"
#include "physconst.h"
#include "taulines.h"
#include "trace.h"
#include "string.h"
#include "thirdparty.h"
#include "rfield.h"
#include "atmdat.h"
Go to the source code of this file.
Functions | |
void | atmdat_STOUT_readin (long intNS, char *chPrefix) |
void | atmdat_CHIANTI_readin (long intNS, char *chPrefix) |
Variables | |
static const bool | DEBUGSTATE = false |
const double | ENERGY_MIN_WN = 1e-10 |
void atmdat_CHIANTI_readin | ( | long | intNS, |
char * | chFileName ) |
atmdat_CHIANTI_readin read in data from CHIANTI database files
intNS | |
chFileName |
Definition at line 595 of file atmdat_chianti.cpp.
References ASSERT, atmdat, AtmolCollSplines, BIGDOUBLE, cdEXIT, dBaseSpecies, dBaseStates, dBaseTrans, DEBUG_ENTRY, DEBUGSTATE, ENERGY_MIN_WN, EXIT_FAILURE, FILENAME_PATH_LENGTH_2, fixit(), g, GetGF(), ioQQQ, ipdBaseTrans, ipELECTRON, ipNCOLLIDER, ipPROTON, MALLOC, max(), MAX2, min(), MIN3, mode_r, nMatch(), open_data(), RefIndex(), spline(), spsort(), STATIC_ASSERT, tolower(), TotalInsanity(), trace, and uncaps().
Referenced by database_readin().
void atmdat_STOUT_readin | ( | long | intNS, |
char * | chFileName ) |
atmdat_STOUT_readin read in data from STOUT database files
intNS | |
chFileName |
Definition at line 17 of file atmdat_chianti.cpp.
References ASSERT, atmdat, cdEXIT, dBaseSpecies, dBaseStates, dBaseTrans, DEBUG_ENTRY, DEBUGSTATE, ENERGY_MIN_WN, EXIT_FAILURE, FFmtRead(), FILENAME_PATH_LENGTH_2, g, GetGF(), ioQQQ, ipdBaseTrans, ipELECTRON, ipNCOLLIDER, ipPROTON, MALLOC, MAX2, MIN3, nMatch(), open_data(), read_whole_line(), RefIndex(), StoutCollData, trace, and uncaps().
Referenced by database_readin().
|
static |
Definition at line 13 of file atmdat_chianti.cpp.
const double ENERGY_MIN_WN = 1e-10 |
Definition at line 15 of file atmdat_chianti.cpp.
Referenced by atmdat_CHIANTI_readin(), and atmdat_STOUT_readin().