#include "cddefines.h"#include "radius.h"#include "optimize.h"#include "rfield.h"#include "input.h"#include "parse.h"

Go to the source code of this file.
Functions | |
| void | ParseIonPar (long int *nqh, char *chCard, float *ar1) |
| void ParseIonPar | ( | long int * | nqh, | |
| char * | chCard, | |||
| float * | ar1 | |||
| ) |
ParseIonPar parse the ionization parameter command
| *nqh | ||
| *chCard | ||
| *ar1 |
Definition at line 11 of file parse_ionpar.cpp.
References cdEXIT(), t_rfield::chRSpec, t_rfield::chSpNorm, t_optimize::chVarFmt, DEBUG_ENTRY, DEBUG_EXIT, FFmtRead(), input, INPUT_LINE_LENGTH, ioQQQ, t_radius::lgRadiusKnown, t_rfield::lgTimeVary, t_optimize::lgVarOn, LIMSPC, nMatch(), NoNumb(), t_optimize::nparm, t_input::nRead, t_optimize::nvarxt, t_optimize::nvfpnt, optimize, t_radius::Radius, radius, t_radius::rdfalt, rfield, t_rfield::totpow, t_optimize::vincr, and t_optimize::vparm.
Referenced by ParseCommands().

1.5.5