cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
lines.cpp File Reference
#include "cddefines.h"
#include "lines.h"
#include "prt.h"
#include "lines_service.h"
#include "service.h"
Include dependency graph for lines.cpp:

Go to the source code of this file.

Functions

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

t_LineSave LineSave
 

Function Documentation

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

Definition at line 548 of file lines.cpp.

References DEBUG_ENTRY, and LinSv::emslin().

Here is the call graph for this function:

static bool wavelength_compare ( long  a,
long  b 
)
static

Definition at line 262 of file lines.cpp.

References a1, b1, t_LineSave::lines, and LinSv::wavelength().

Referenced by t_LineSave::setSortWL().

Here is the call graph for this function:

static bool wavelength_compare_realnum ( size_t  a,
realnum  wavelength 
)
static

Definition at line 273 of file lines.cpp.

References t_LineSave::wavelength().

Referenced by t_LineSave::findline().

Here is the call graph for this function:

Variable Documentation

t_LineSave LineSave