#include "cddefines.h"#include "cddrive.h"#include "radius.h"#include "taulines.h"#include "opacity.h"#include "phycon.h"#include "dense.h"#include "lines_service.h"#include "input.h"#include "prt.h"#include "punch.h"

Go to the source code of this file.
Defines | |
| #define | NPUNLM 100L |
| #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 100L |
Definition at line 17 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 19 of file punch_line.cpp.
References ASSERT, caps(), cdEmis(), cdEmis_ip(), cdEXIT(), cdLine(), t_input::chCARDCAPS, DEBUG_ENTRY, DEBUG_EXIT, t_radius::depth_mid_zone, FFmtRead(), input, INPUT_LINE_LENGTH, input_readarray(), ioQQQ, NPUNLM, nzone, radius, sprt_wl(), and wavelength.
Referenced by ParsePunch(), and PunchDo().

| 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 230 of file punch_line.cpp.
References caps(), cdEXIT(), chLabel, chLineLbl(), DEBUG_ENTRY, DEBUG_EXIT, dense, t_radius::depth_mid_zone, t_dense::eden, EmisLines, FFmtRead(), INPUT_LINE_LENGTH, input_readarray(), ioQQQ, EmLine::ipCont, LIMLINE, nMatch(), opac, t_opac::opacity_abs, t_opac::opacity_sct, phycon, radius, t_radius::Radius_mid_zone, and t_phycon::te.
Referenced by ParsePunch(), and PunchDo().

1.5.5