#include "cddefines.h"#include "radius.h"#include "optimize.h"#include "rfield.h"#include "input.h"#include "parser.h"Go to the source code of this file.
Functions | |
| void | ParseIonParI (Parser &p) |
| void | ParseIonParX (Parser &p) |
| void | ParseIonPar (Parser &p, char chType) |
| void ParseIonPar | ( | Parser & | p, | |
| char | chType | |||
| ) |
ParseIonPar parse the ionization parameter command
| *nqh | ||
| *chCard | ||
| *chType |
Definition at line 20 of file parse_ionpar.cpp.
References cdEXIT, t_rfield::chRSpec, t_rfield::chSpNorm, t_optimize::chVarFmt, DEBUG_ENTRY, Parser::FFmtRead(), input, ioQQQ, Parser::lgEOL(), t_radius::lgRadiusKnown, t_rfield::lgTimeVary, t_optimize::lgVarOn, LIMSPC, Parser::m_nqh, Parser::nMatch(), Parser::NoNumb(), t_optimize::nparm, t_input::nRead, t_optimize::nvarxt, t_optimize::nvfpnt, optimize, pow(), t_radius::Radius, radius, t_radius::rdfalt, rfield, t_rfield::totpow, t_optimize::vincr, and t_optimize::vparm.
Referenced by ParseIonParI(), and ParseIonParX().
| void ParseIonParI | ( | Parser & | p | ) |
ParseIonParI parse the ionization parameter command (IONI variant)
| *nqh | ||
| *chCard | ||
| *chType |
Definition at line 11 of file parse_ionpar.cpp.
References ParseIonPar().
Referenced by ParseCommands(), and ParseTest().
| void ParseIonParX | ( | Parser & | p | ) |
ParseIonParX parse the ionization parameter command (XI variant)
| *nqh | ||
| *chCard | ||
| *chType |
Definition at line 15 of file parse_ionpar.cpp.
References ParseIonPar().
Referenced by ParseCommands().
1.6.1