#include "cddefines.h"#include "iso.h"#include "cddrive.h"#include "physconst.h"#include "lines.h"#include "taulines.h"#include "warnings.h"#include "phycon.h"#include "dense.h"#include "grainvar.h"#include "h2.h"#include "hmi.h"#include "thermal.h"#include "hydrogenic.h"#include "rt.h"#include "atmdat.h"#include "timesc.h"#include "opacity.h"#include "struc.h"#include "pressure.h"#include "conv.h"#include "geometry.h"#include "called.h"#include "iterations.h"#include "version.h"#include "colden.h"#include "input.h"#include "rfield.h"#include "radius.h"#include "peimbt.h"#include "oxy.h"#include "ipoint.h"#include "lines_service.h"#include "mean.h"#include "wind.h"#include "prt.h"Include dependency graph for prt_final.cpp:

Go to the source code of this file.
Defines | |
| #define | NWLH 21 |
| #define | NWLHE 20 |
| #define | NWIDTH 33 |
Functions | |
| STATIC void | gett2o3 (realnum *tsqr) |
| STATIC void | gett2 (realnum *tsqr) |
| void | PrtFinal (void) |
| long int | StuffComment (const char *chComment) |
| #define NWIDTH 33 |
Referenced by StuffComment().
| #define NWLH 21 |
| #define NWLHE 20 |
| STATIC void gett2 | ( | realnum * | tsqr | ) |
Definition at line 1869 of file prt_final.cpp.
References ASSERT, DEBUG_ENTRY, t_struc::ednstr, t_struc::hiistr, t_struc::nzlim, nzone, POW2, struc, t_struc::testr, and t_struc::volstr.
| STATIC void gett2o3 | ( | realnum * | tsqr | ) |
Definition at line 1918 of file prt_final.cpp.
References ASSERT, DEBUG_ENTRY, t_struc::ednstr, t_struc::nzlim, nzone, t_struc::o3str, POW2, struc, t_struc::testr, and t_struc::volstr.
| void PrtFinal | ( | void | ) |
PrtFinal create final pages of printout, emission line intensities, etc
Definition at line 51 of file prt_final.cpp.
References ASSERT, called, cap4(), caps(), t_input::chCARDCAPS, t_input::chCardSav, DEBUG_ENTRY, input, Singleton< T >::Inst(), ioQQQ, lgAbort, t_called::lgTalk, LineSave, nMatch(), t_input::nSave, t_LineSave::nsum, nzone, rfield, t_rfield::uh, and wavelength.
Referenced by cloudy().
Here is the call graph for this function:

| long int StuffComment | ( | const char * | chComment | ) |
routine to stuff comments into the stack of comments, return is index to this comment
Definition at line 1830 of file prt_final.cpp.
References cdEXIT, t_LineSave::chHoldComments, DEBUG_ENTRY, t_LineSave::ipass, LineSave, t_LineSave::nComment, NHOLDCOMMENTS, and NWIDTH.
Referenced by lines(), lines_continuum(), lines_general(), lines_grains(), lines_helium(), lines_hydro(), lines_lv1_li_ne(), and lines_molecules().
1.4.7