Show
Ignore:
Timestamp:
05/12/08 03:16:01 (8 months ago)
Author:
gary
Message:

rt_diffuse.cpp - BUGFIX - in case where extremely large increase in ionization threshold continuum index for ionization edge could extend beyond the number of cells

ion_trim.cpp - when the density falls to VERY low values, too low to compute on 32 bit cpu, error message is printed and code aborts. Improve information in error message.

service.cpp - fix misspelled words, one use in output

init_coreload.cpp - trivial changes in line skips

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/service.cpp

    r2035 r2045  
    140140        if( lgFail ) 
    141141        { 
    142                 fprintf( ioQQQ, " A syntax error occured while splitting the string: \"%s\"\n", str.c_str() ); 
     142                fprintf( ioQQQ, " A syntax error occurred while splitting the string: \"%s\"\n", str.c_str() ); 
    143143                fprintf( ioQQQ, " The separator is \"%s\". Empty substrings are not allowed.\n", sep.c_str() ); 
    144144                cdEXIT(EXIT_FAILURE); 
     
    929929        else 
    930930        { 
    931                 /* round number off for 9.3 format, neg numb not possilbe */ 
     931                /* round number off for 9.3 format, neg numb not possible */ 
    932932                tvalue = value; 
    933933                xlog = log10( tvalue );