Show
Ignore:
Timestamp:
05/12/08 03:16:01 (6 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/init_coreload.cpp

    r2036 r2045  
    306306        grid.lgGridDone = false; 
    307307        grid.lgStrictRepeat = false; 
     308 
    308309        /* these are energy range... if not changed with command, 0. says just use energy limits of mesh */ 
    309310        grid.LoEnergy_keV = 0.; 
    310311        grid.HiEnergy_keV = 0.; 
    311312 
    312  
    313313        PunchFilesInit(); 
    314314