Changeset 1842 for trunk/source/grid.h

Show
Ignore:
Timestamp:
03/10/08 21:34:00 (10 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/grid.h

    r1733 r1842  
    4343        /** set true when grid command entered */ 
    4444        bool lgGrid,  
    45                 lgGridDone; 
     45                lgGridDone, 
     46                lgStrictRepeat; 
    4647 
    4748        /** number of grid commands entered */