cloudy trunk
Loading...
Searching...
No Matches
prt.cpp File Reference
#include "cddefines.h"
#include "lines.h"
#include "prt.h"
Include dependency graph for prt.cpp:

Go to the source code of this file.

Functions

void prt_wl (FILE *ioOUT, realnum wl)
void sprt_wl (char *chString, realnum wl)
void prt_LineLabels (FILE *ioOUT, bool lgPrintAll)

Variables

t_prt prt

Function Documentation

◆ prt_LineLabels()

void prt_LineLabels ( FILE * io,
bool lgPrintAll )

prt_LineLabels save all labels and wavelengths for emission line array

Parameters
iofile handle to write output
lgPrintAllprint all if true, if false then do not print parts of transferred lines

Definition at line 168 of file prt.cpp.

References DEBUG_ENTRY, LineSave, LineSv, prt_wl(), and wavelength.

Referenced by SaveDo().

Here is the call graph for this function:

◆ prt_wl()

void prt_wl ( FILE * io,
realnum wavelength )

◆ sprt_wl()

void sprt_wl ( char * chString,
realnum wl )

sprt_wl write wavelength to string - must be kept parallel with prt_wl

Parameters
*chString
wl

Definition at line 25 of file prt.cpp.

References ASSERT, DEBUG_ENTRY, LineSave, and TotalInsanity().

Referenced by iter_end_check(), lines_continuum(), parse_save_line(), ParseSave(), prt_wl(), and SaveDo().

Here is the call graph for this function:

Variable Documentation

◆ prt