#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, t_save::chAverageSpeciesLabel, t_save::chAverageType, t_elementnames::chElementNameShort, DEBUG_ENTRY, elementnames, Parser::FFmtRead(), Parser::GetElem(), Parser::getline(), input, INPUT_LINE_LENGTH, ioQQQ, t_save::ipPnunit, Parser::lgEOL(), Parser::m_lgEOF, MALLOC, t_save::nAverage2ndPar, t_save::nAverageIonList, t_save::nAverageList, nLine, Parser::nMatch(), Parser::NoNumb(), t_input::nRead, 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 213 of file save_average.cpp.
References cdColm(), cdEXIT, cdIonFrac(), cdTemp(), t_save::chAverageSpeciesLabel, t_save::chAverageType, DEBUG_ENTRY, ioQQQ, t_save::ipPnunit, t_save::nAverage2ndPar, t_save::nAverageIonList, t_save::nAverageList, save, and TotalInsanity().
Referenced by SaveDo().
1.6.1