|
cloudy trunk
|
#include "cddefines.h"#include "cddrive.h"#include "input.h"#include "elementnames.h"#include "save.h"#include "parser.h"
Go to the source code of this file.
Functions | |
| void | parse_save_average (Parser &p, long int ipPun, char *chHeader) |
| void | save_average (long int ipPun) |
| void parse_save_average | ( | Parser & | p, |
| long int | ipPun, | ||
| char * | chHeader ) |
Definition at line 12 of file save_average.cpp.
References ASSERT, cdEXIT, DEBUG_ENTRY, elementnames, EXIT_FAILURE, Parser::FFmtRead(), Parser::GetElem(), Parser::getline(), input, INPUT_LINE_LENGTH, ioQQQ, Parser::lgEOL(), Parser::m_lgEOF, nLine, Parser::nMatch(), Parser::NoNumb(), save, and Parser::strcmp().
Referenced by ParseSave().

| void save_average | ( | long int | ipPun | ) |
save_average parse save average command, or actually do the save output
| ipPun | - array index for file for final save output |
Definition at line 210 of file save_average.cpp.
References cdColm(), cdEXIT, cdIonFrac(), cdTemp(), DEBUG_ENTRY, EXIT_FAILURE, ioQQQ, save, and TotalInsanity().
Referenced by SaveDo().
