#include "cddefines.h"#include "thermal.h"#include "cooling.h"Go to the source code of this file.
Defines | |
| #define | NCOLSAV 100 |
Functions | |
| void | coolpr (FILE *io, const char *chLabel, realnum lambda, double ratio, const char *chJOB) |
| #define NCOLSAV 100 |
Definition at line 7 of file cool_pr.cpp.
Referenced by coolpr().
| void coolpr | ( | FILE * | io, | |
| const char * | chLabel, | |||
| realnum | lambda, | |||
| double | ratio, | |||
| const char * | chJOB | |||
| ) |
coolpr stores coolants before block printed, when printing cooling agents
| *io | the label for the coolant | |
| *chLabel | ||
| lambda | the wavelength | |
| ratio | the ratio of this coolant, to total cooling, may be negative | |
| *chJOB | which job, either ZERO, DOIT, or DONE |
Definition at line 9 of file cool_pr.cpp.
References ASSERT, cdEXIT, DEBUG_ENTRY, ioQQQ, MIN2, NCOLNT_LAB_LEN, NCOLSAV, and ShowMe().
Referenced by dmpary(), fndstr(), and map_do().
1.6.1