Show
Ignore:
Timestamp:
03/10/08 21:34:00 (8 months ago)
Author:
rporter
Message:

Add option REPEat to grid command to run grid without actually incrementing any parameters. Already useful in solving unintended crosstalk. Also, these two changes:

trunk/source/init_defaults_preparse.cpp - change dummy Aul from 0 to 1e-30f.

trunk/source/iso_radiative_recomb.cpp - MIN2 in print statement should have been MAX2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/init_defaults_preparse.cpp

    r1778 r1842  
    459459        DummyEmis.dampXvel = 0.; 
    460460        DummyEmis.opacity = 0.; 
    461         DummyEmis.Aul = 0.; 
     461        DummyEmis.Aul = 1e-30f; 
    462462        DummyEmis.tran = NULL; 
    463463        DummyEmis.next = NULL;