cloudy trunk
|
#include "cddefines.h"
#include "cddrive.h"
#include "dense.h"
#include "elementnames.h"
#include "h2.h"
#include "save.h"
#include "taulines.h"
#include "molcol.h"
#include "prt.h"
Go to the source code of this file.
Functions | |
void | PrtColumns (FILE *ioMEAN, const char *chType, long int ioPun) |
void PrtColumns | ( | FILE * | ioMEAN, |
const char * | chType, | ||
long int | ipPun ) |
PrtColumns print column densities of all elements
ioMEAN | this is stream used for io, is stdout when called by final, is save unit when save output generated |
*chType | is PRETTY for main output, TABLE for row oriented table |
ioPun | index of save in save array |
Definition at line 14 of file prt_columns.cpp.
References ASSERT, cdColm(), DEBUG_ENTRY, dense, elementnames, h2, ipHYDROGEN, LIMELM, MAX2, molcol(), mole, mole_global, nWindLine, save, SDIV(), and TotalInsanity().
Referenced by PrtFinal(), and SaveDo().