#include "cddefines.h"#include "physconst.h"#include "optimize.h"#include "doppvel.h"#include "stopcalc.h"#include "abund.h"#include "geometry.h"#include "dense.h"#include "plot.h"#include "grid.h"#include "rfield.h"#include "grainvar.h"#include "dynamics.h"#include "magnetic.h"#include "trace.h"#include "h2.h"#include "mole.h"#include "hmi.h"#include "rt.h"#include "thermal.h"#include "opacity.h"#include "atomfeii.h"#include "called.h"#include "wind.h"#include "hextra.h"#include "iterations.h"#include "radius.h"#include "input.h"#include "assertresults.h"#include "phycon.h"#include "fudgec.h"#include "version.h"#include "conv.h"#include "parse.h"Include dependency graph for parse_commands.cpp:

Go to the source code of this file.
Functions | |
| void | ParseCommands (void) |
| void ParseCommands | ( | void | ) |
ParseCommands main command line parser, called by Cloudy to decode commands, it then call other routines to parse specific commands
Definition at line 39 of file parse_commands.cpp.
References abund, called, t_rfield::chRSpec, DEBUG_ENTRY, InitAssertResults(), input, INPUT_LINE_LENGTH, ioQQQ, t_abund::lgAbnSolar, t_plotCom::lgPlotON, t_input::lgSetNoBuffering, t_called::lgTalk, t_trace::lgTrace, t_optimize::lgTrOpt, t_trace::lgTrOvrd, LIMSPC, t_optimize::nOptimiz, t_optimize::nparm, t_plotCom::nplot, t_rfield::nspec, t_optimize::nTrOpt, optimize, plotCom, t_radius::Radius, radius, rfield, t_radius::rinner, and trace.
Referenced by cloudy(), and grid_do().
Here is the call graph for this function:

1.4.7