#include "cddefines.h"
#include "lines.h"
#include "prt.h"
Go to the source code of this file.
Functions | |
void | prt_wl (FILE *ioOUT, float wl) |
void | sprt_wl (char *chString, float wl) |
void | prt_LineLabels (FILE *ioOUT) |
void prt_LineLabels | ( | FILE * | io | ) |
prt_LineLabels punch all labels and wavelengths for emission line array
io |
Definition at line 306 of file prt.cpp.
References t_LineSave::chHoldComments, DEBUG_ENTRY, DEBUG_EXIT, LineSave, LineSv, t_LineSave::nsum, prt_wl(), wavelength, and t_tag_LineSv::wavelength.
Referenced by PunchDo().
void prt_wl | ( | FILE * | io, | |
float | wavelength | |||
) |
prt_wl write wavelength to io
*io | ||
wavelength |
Definition at line 11 of file prt.cpp.
References ASSERT, DEBUG_ENTRY, DEBUG_EXIT, LineSave, t_LineSave::sig_figs, and TotalInsanity().
Referenced by badprt(), cdLine(), cdLineListPunch(), cdPrtWL(), GetOptLineInt(), H2_PunchDo(), lgCheckAsserts(), lines_helium(), lines_lv1_k_zn(), lines_setup(), lines_table(), optimize_func(), prt_LineLabels(), PrtFinal(), PrtLinePres(), pun1Line(), Punch1LineData(), PunchDo(), and PunResults1Line().
void sprt_wl | ( | char * | chString, | |
float | wl | |||
) |
sprt_wl write wavelength to string - must be kept parallel with prt_wl
*chString | ||
wl |
Definition at line 157 of file prt.cpp.
References ASSERT, DEBUG_ENTRY, DEBUG_EXIT, LineSave, t_LineSave::sig_figs, and TotalInsanity().
Referenced by iter_end_check(), ParsePunch(), and punch_line().