cloudy trunk
|
#include "cddefines.h"
#include "cddrive.h"
#include "physconst.h"
#include "elementnames.h"
#include "input.h"
#include "geometry.h"
#include "prt.h"
#include "optimize.h"
#include "rfield.h"
#include "hcmap.h"
#include "atomfeii.h"
#include "h2.h"
#include "mole.h"
#include "hmi.h"
#include "version.h"
#include "grainvar.h"
#include "parse.h"
#include "grid.h"
#include "save.h"
#include "mpi_utilities.h"
#include "parser.h"
Go to the source code of this file.
Functions | |
STATIC void | ChkUnits (Parser &p) |
void | ParseSave (Parser &p) |
void | SaveFilesInit () |
void | CloseSaveFiles (bool lgFinal) |
Definition at line 2843 of file parse_save.cpp.
References DEBUG_ENTRY, Parser::nMatch(), save, Parser::StandardEnergyUnit(), StandardEnergyUnit(), and STATIC.
Referenced by ParseSave().
void CloseSaveFiles | ( | bool | lgFinal | ) |
close all open save files
lgFinal | - close ALL files, regardless of "no clobber" status when true |
Definition at line 2765 of file parse_save.cpp.
References DEBUG_ENTRY, grid, gv, ioMAP, ioQQQ, and save.
Referenced by cdClosePunchFiles(), cdPrepareExit(), and cloudy().
void ParseSave | ( | Parser & | p | ) |
ParseSave parse the save command
*chCard |
Definition at line 51 of file parse_save.cpp.
References AS_LOCAL_ONLY, cdEXIT, cdGetLineList(), CHARS_SPECIES, ChkUnits(), DEBUG_ENTRY, elementnames, EXIT_FAILURE, FeII, Parser::FFmtRead(), geometry, Parser::GetElem(), Parser::GetQuote(), grid, gv, h2, hcmap, hd, input, INPUT_LINE_LENGTH, Singleton< t_version >::Inst(), ioMAP, ioQQQ, ipCARBON, ipHELIUM, ipHYDROGEN, ipOXYGEN, is_odd(), Parser::lgEOL(), LIMELM, LIMPUN, MAX2, MAX_HEADER_SIZE, MIN2, NFE2LEVN, nMatch(), Parser::nMatch(), Parser::nMatchErase(), Parser::NoNumb(), NUM_OUTPUT_TYPES, open_data(), parse_save_average(), parse_save_colden(), parse_save_line(), Parse_Save_Line_RT(), rfield, Energy::Ryd(), save, Energy::set(), sprt_wl(), Parser::StandardEnergyUnit(), strchr_s(), TotalInsanity(), and WAVNRYD.
Referenced by ParseCommands().
void SaveFilesInit | ( | void | ) |
initialize save file pointers
Definition at line 2687 of file parse_save.cpp.
References ASSERT, DEBUG_ENTRY, grid, gv, ioMAP, LIMPUN, and save.
Referenced by InitCoreload().