/*BadStart announce that things are so bad the calculation cannot even start */ #include "cddefines.h" #include "warnings.h" #include "called.h" #include "badstart.h" void BadStart(void) { char chLine[81]; # ifdef DEBUG_FUN fputs( "<+>BadStart()\n", debug_fp ); # endif /* initialize the line saver */ wcnint(); sprintf( warnings.chRgcln[0], " Calculation stopped because initial conditions out of bounds." ); sprintf( chLine, " W-Calculation could not begin." ); warnin(chLine); called.lgBusted = TRUE; # ifdef DEBUG_FUN fputs( " <->BadStart()\n", debug_fp ); # endif return; }