32 if( chLabel[4] !=
'\0' || strlen(chLabel) != 4 )
34 fprintf(
ioQQQ,
" The label identifying the line on the normalize command must be exactly 4 char long.\n" );
35 fprintf(
ioQQQ,
" The command line was as follows:\n %s\n",
input.chCardSav[
input.nRead] );
36 fprintf(
ioQQQ,
" The label I found was: \"%s\", where were not 4 characters between the quotes.\n", chLabel );
37 fprintf(
ioQQQ,
"Sorry.\n" );
46 fprintf(
ioQQQ,
"The normalize command does not have a valid line.\n" );
47 fprintf(
ioQQQ,
"A 4 char long line label must also be specified, between double quotes, like \"H 1\" 4861.\n" );
48 fprintf(
ioQQQ,
"Sorry.\n" );
57 fprintf(
ioQQQ,
"A negative wavelength does not make sense to me.\n" );
58 fprintf(
ioQQQ,
"Sorry.\n" );
74 fprintf(
ioQQQ,
" The scale factor for relative intensities must be greater than zero.\n" );
75 fprintf(
ioQQQ,
"Sorry.\n" );
const int INPUT_LINE_LENGTH
void cap4(char *chCAP, const char *chLab)
#define DEBUG_ENTRY(funcname)
bool nMatch(const char *chKey) const
int GetQuote(char *chLabel, bool lgABORT)
realnum WavlenErrorGet(realnum wavelength)
void ParseNorm(Parser &p)