#include "cddefines.h"#include "cddrive.h"#include "radius.h"#include "taulines.h"#include "opacity.h"#include "phycon.h"#include "dense.h"#include "lines.h"#include "h2.h"#include "lines_service.h"#include "input.h"#include "prt.h"#include "punch.h"#include "iso.h"Include dependency graph for punch_line.cpp:

Go to the source code of this file.
Defines | |
| #define | NPUNLM 200L |
| #define | LIMLINE 10 |
Functions | |
| void | punch_line (FILE *ioPUN, const char *chDo, bool lgLog3, char *chHeader) |
| void | Punch_Line_RT (FILE *ioPUN, const char *chDo) |
| #define LIMLINE 10 |
Referenced by Punch_Line_RT().
| #define NPUNLM 200L |
Definition at line 20 of file punch_line.cpp.
| void punch_line | ( | FILE * | ip, | |
| const char * | chDo, | |||
| bool | lgLog3, | |||
| char * | chHeader | |||
| ) |
punch_line parse punch lines command, or actually do the punch output
| ip | the file we will write to | |
| chDo | ||
| lgLog3 |
Definition at line 25 of file punch_line.cpp.
References ASSERT, caps(), cdEmis(), cdEmis_ip(), cdEXIT, cdLine(), t_input::chCARDCAPS, DEBUG_ENTRY, t_radius::depth_mid_zone, FFmtRead(), h2, input, INPUT_LINE_LENGTH, input_readarray(), ioQQQ, lgAbort, t_h2::lgH2ON, LineSave, MAX2, NPUNLM, t_LineSave::nsum, nzone, radius, SMALLFLOAT, sprt_wl(), and wavelength.
Referenced by ParsePunch().
Here is the call graph for this function:

| void Punch_Line_RT | ( | FILE * | ip, | |
| const char * | chJob | |||
| ) |
Punch_Line_RT parse the punch line rt command - read in a set of lines
| ip | the file we will write to | |
| *chJob |
Definition at line 295 of file punch_line.cpp.
References caps(), cdEXIT, chLabel, chLineLbl(), DEBUG_ENTRY, dense, t_radius::depth_mid_zone, t_dense::eden, FFmtRead(), INPUT_LINE_LENGTH, input_readarray(), ioQQQ, LIMLINE, nMatch(), opac, t_opac::opacity_abs, t_opac::opacity_sct, phycon, radius, t_radius::Radius_mid_zone, StatesElem, t_phycon::te, and Transitions.
Referenced by ParsePunch().
Here is the call graph for this function:

1.4.7