27 convl = p.
nMatch(
"PARS") ? log10( PARSEC ) : 0.;
30 lgRLog = !p.
nMatch(
"LINE");
49 fprintf(
ioQQQ,
"The first radius is negative and linear is set - this is impossible.\n");
54 if( r > 37. || r < -37. )
56 fprintf(
ioQQQ,
"WARNING - the log of the radius is %e - this is too big.\n", r );
90 fprintf(
ioQQQ,
"The second radius is negative and linear is set - this is impossible.\n");
95 if( a > 37. || a < -37. )
97 fprintf(
ioQQQ,
"WARNING - the log of the second radius is %e - this is too big.\n", a );
130 " WARNING - outer radius or thickness was set with a variable radius.\n");
132 " The interpretation of the second number can change from radius to depth as radius changes.\n");
134 " Do not use the second parameter unless you are certain that you know what you are doing.\n");
136 " Consider using the STOP THICKNESS or STOP RADIUS command instead.\n");
bool nMatch(const char *chKey) const
char chVarFmt[LIMPAR][FILENAME_PATH_LENGTH_2]
vector< double > StopThickness
realnum vparm[LIMEXT][LIMPAR]
NORETURN void NoNumb(const char *chDesc) const
#define DEBUG_ENTRY(funcname)
void ParseRadius(Parser &p)
int fprintf(const Output &stream, const char *format,...)