21 fprintf(
ioQQQ,
" PROBLEM DISASTER More than one density command was entered.\n" );
46 fprintf(
ioQQQ,
" No pairs entered - can\'t interpolate.\n Sorry.\n" );
80 fprintf(
ioQQQ,
" Radii must be in increasing order. Sorry.\n" );
85 else if( p.
nMatch(
"WIND") )
104 for( j=0; j < 6; j++ )
107 if( j <= 2 && p.
lgEOL() )
108 p.
NoNumb(
"density law element");
114 for( j=0; j < 10; j++ )
117 if( j == 0 && p.
lgEOL() )
118 p.
NoNumb(
"density law element");
128 oss <<
"DLAW %f" << setprecision(7);
129 for( j=1; j < 10; j++ )
#define DEBUG_ENTRY(funcname)
bool nMatch(const char *chKey) const
int strcmp(const char *s2)
NORETURN void NoNumb(const char *chDesc) const
void ParseDLaw(Parser &p)
realnum fhden[LIMTABDLAW]
realnum gas_phase[LIMELM]
void SetGasPhaseDensity(const long nelem, const realnum density)
realnum vparm[LIMEXT][LIMPAR]
bool lgOptimizeAsLinear[LIMPAR]
char chVarFmt[LIMPAR][FILENAME_PATH_LENGTH_2]