Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
lines.cpp File Reference
#include "cddefines.h"
#include "lines.h"
#include "prt.h"
#include "lines_service.h"
#include "version.h"
#include "service.h"
Include dependency graph for lines.cpp:

Functions

long findComponent (const LineID &line, bool lgQuiet)
static bool wavelength_compare (long a, long b)
static bool wavelength_compare_realnum (size_t a, realnum wavelength)
void cdEmis (const LinSv *line, double *emiss, bool lgEmergent)

Variables

const t_wavl Hbeta_WavLen = 4861.32_air
t_LineSave LineSave

Function Documentation

◆ cdEmis()

void cdEmis ( const LinSv * line,
double * emiss,
bool lgEmergent )

References DEBUG_ENTRY, and LinSv::emslin().

Here is the call graph for this function:

◆ findComponent()

long findComponent ( const LineID & line,
bool lgQuiet )

References cdEXIT, EXIT_FAILURE, fprintf(), ioQQQ, LineSave, and LineID::str().

Referenced by lines().

Here is the call graph for this function:

◆ wavelength_compare()

bool wavelength_compare ( long a,
long b )
static

References a1, b1, and LineSave.

Referenced by t_LineSave::setSortWL().

◆ wavelength_compare_realnum()

bool wavelength_compare_realnum ( size_t a,
realnum wavelength )
static

References LineSave, and wavelength.

Referenced by t_LineSave::findline().

Variable Documentation

◆ Hbeta_WavLen

const t_wavl Hbeta_WavLen = 4861.32_air

◆ LineSave