48 fprintf(
ioQQQ,
" PROBLEM Insane value for TauLines array.\n" );
49 fprintf(
ioQQQ,
" Was block data LineData linked in??\n" );
50 fprintf(
ioQQQ,
" Check that it compiled OK (it probably did not).\n" );
61 fprintf(
ioQQQ,
" routine lines_setup, insane lower stat wght\n" );
62 fprintf(
ioQQQ,
" line index is %5ld\n", i );
68 fprintf(
ioQQQ,
" routine lines_setup, insane upper stat wght\n" );
69 fprintf(
ioQQQ,
" line index is %5ld\n", i );
75 fprintf(
ioQQQ,
" routine lines_setup, insane energy WN\n" );
76 fprintf(
ioQQQ,
" line index is %5ld\n", i );
80 if( (*
TauLines[i].Hi()).IonStg() <= 0 )
82 fprintf(
ioQQQ,
" routine lines_setup, insane ioniz stage\n" );
83 fprintf(
ioQQQ,
" line index is %5ld\n", i );
89 fprintf(
ioQQQ,
" routine lines_setup, insane Nelem\n" );
90 fprintf(
ioQQQ,
" line index is %5ld\n", i );
96 fprintf(
ioQQQ,
" routine lines_setup, insane IonStg>Nelem\n" );
97 fprintf(
ioQQQ,
" line index is %5ld\n", i );
101 if(
TauLines[i].Emis().iRedisFun() == 0 )
103 fprintf(
ioQQQ,
" routine lines_setup, insane line redis fcn\n" );
104 fprintf(
ioQQQ,
" line index is %5ld\n", i );
122 enum{DEBUG_LOC=
false};
128 fprintf(
ioQQQ,
"%s ", chString );
137 fprintf(
ioQQQ,
" Insane value for line arrays encountered.\n" );
138 fprintf(
ioQQQ,
" Was block data lines linked in??\n" );
139 fprintf(
ioQQQ,
" Were errors intreoducted into the line array?\n" );
781 for( i=0; i <
nUTA; i++ )
855 if(
HFLines[i].Emis().gf() < 0. )
927 if( (*
TauLines[i].Hi()).nelem() == (
int)nelem &&
928 (*
TauLines[i].Hi()).IonStg() == (
int)ion &&
930 fabs(
TauLines[i].WLAng() - wl)/
max(1000.,wl) < 0.05/1000. )
939 " ipFindLevLine could not find a line with following properties:\n"
966 bool lgAbort_loc=
false;
976 fprintf(
ioQQQ,
"PROBLEM endFindLevLine warning; line %li not claimed\n",i);
978 " line had the following properties:\n"
994 fprintf(
ioQQQ,
" problems found entering the data. I live in lines_setup.c\n");
STATIC void endFindLevLine(void)
STATIC void initFindLevLine(void)
STATIC long ipFindLevLine(realnum, long, long)
long ipNI_pumpDirect[NI_NDP]
NORETURN void TotalInsanity(void)
#define DEBUG_ENTRY(funcname)
double RefIndex(double EnergyWN)
UNUSED const double TRANS_PROB_CONST
void prt_wl(FILE *ioOUT, realnum wl)
TransitionList UTALines("UTALines", &AnonStates)
TransitionList TauLine2("TauLine2", &AnonStates)
TransitionList HFLines("HFLines", &AnonStates)
TransitionList TauLines("TauLines", &AnonStates)
void chIonLbl(char *chIonLbl_v, const TransitionProxy &t)