#include "cddefines.h"#include "lines.h"#include "prt.h"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 |
| void prt_LineLabels | ( | FILE * | io, | |
| bool | lgPrintAll | |||
| ) |
prt_LineLabels save all labels and wavelengths for emission line array
| io | file handle to write output | |
| lgPrintAll | print all if true, if false then do not print parts of transferred lines |
Definition at line 168 of file prt.cpp.
References t_LineSave::chHoldComments, DEBUG_ENTRY, LineSave, LineSv, t_LineSave::nsum, prt_wl(), wavelength, and t_tag_LineSv::wavelength.
Referenced by SaveDo().
| void prt_wl | ( | FILE * | io, | |
| realnum | wavelength | |||
| ) |
prt_wl write wavelength to io
| *io | ||
| wavelength |
Definition at line 13 of file prt.cpp.
References DEBUG_ENTRY, and sprt_wl().
Referenced by badprt(), cdLine(), cdPrtWL(), ContBandsCreate(), GetOptLineInt(), diatomics::H2_PunchDo(), iso_radiative_recomb_effective(), lgCheckMonitors(), lines_helium(), lines_lv1_k_zn(), lines_setup(), lines_table(), optimize_func(), prt_LineLabels(), PrtFinal(), PrtLinePres(), Save1Line(), Save1LineData(), SaveDo(), and SaveResults1Line().
| void sprt_wl | ( | char * | chString, | |
| realnum | wl | |||
| ) |
sprt_wl write wavelength to string - must be kept parallel with prt_wl
| *chString | ||
| wl |
Definition at line 25 of file prt.cpp.
References ASSERT, DEBUG_ENTRY, LineSave, t_LineSave::sig_figs, and TotalInsanity().
Referenced by iter_end_check(), lines_continuum(), parse_save_line(), ParseSave(), prt_wl(), and SaveDo().
Definition at line 10 of file prt.cpp.
Referenced by AgeCheck(), cdMain(), cloudy(), conorm(), ContSetIntensity(), grid_do(), gridXspec(), InitDefaultsPreparse(), ion_solver(), ipLineEnergy(), iter_end_check(), IterStart(), lgCheckMonitors(), lgOptimize_do(), lines_continuum(), lines_helium(), lines_hydro(), ParseDont(), ParsePrint(), ParseSet(), PrintRates(), prme(), PrtAllTau(), PrtFinal(), PrtHeader(), prtmet(), PrtZone(), RT_line_one_tau_reset(), and writeCloudyDetails().
1.6.1