|
cloudy
trunk
|
#include "cddefines.h"#include "punch.h"#include "warnings.h"#include "optimize.h"#include "cddrive.h"#include "rfield.h"#include "grid.h"#include "called.h"#include "prt.h"
Go to the source code of this file.
Functions | |
| void | gridXspec (realnum xc[], long int nInterpVars) |
| void | GridGatherAfterCloudy (const char *chTime) |
| void | GridGatherInCloudy (void) |
| void GridGatherAfterCloudy | ( | const char * | chTime | ) |
GridGatherAfterCloudy - gather information after Cloudy exits
Definition at line 169 of file grid_xspec.cpp.
References ASSERT, DEBUG_ENTRY, grid, t_grid::lgAbort, lgAbort, t_grid::lgGrid, t_grid::lgWarn, t_warnings::lgWarngs, t_optimize::nOptimiz, optimize, TotalInsanity(), t_grid::totNumModels, and warnings.
Referenced by PunchDo().

| void GridGatherInCloudy | ( | void | ) |
GridGatherInCloudy
Definition at line 194 of file grid_xspec.cpp.
References t_rfield::AnuOrg, ASSERT, cdSPEC2(), DEBUG_ENTRY, t_grid::Energies, grid, lgFirstRun, t_grid::lgGrid, t_grid::lgOutputTypeOn, MALLOC, t_optimize::nOptimiz, NUM_OUTPUT_TYPES, t_grid::numEnergies, t_rfield::nupper, optimize, rfield, t_grid::Spectra, TotalInsanity(), and t_grid::totNumModels.
Referenced by PunchDo().

| void gridXspec | ( | realnum | xc[], |
| long int | nInterpVars | ||
| ) |
Definition at line 17 of file grid_xspec.cpp.
References ASSERT, called, cdEXIT, DEBUG_ENTRY, grid, t_grid::interpParameters, ioQQQ, t_grid::lgAbort, t_prt::lgFaintOn, t_grid::lgGridDone, t_grid::lgStrictRepeat, t_called::lgTalk, t_called::lgTalkIsOK, t_grid::lgWarn, LIMPAR, MALLOC, t_grid::naddparm, t_grid::nintparm, t_optimize::nOptimiz, t_grid::numParamValues, optimize, optimize_func(), t_grid::paramData, t_grid::paramIncrements, t_grid::paramMethods, t_grid::paramNames, t_grid::paramRange, prt, and t_grid::totNumModels.

1.8.3.1