Show
Ignore:
Timestamp:
05/30/08 09:50:12 (6 months ago)
Author:
gary
Message:

one additional line that changes starting temperature to 1e4K

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/conv_init_solution.cpp

    r2031 r2097  
    386386                         * if constant temperature is higher than 4000., go right to it */ 
    387387                        TeFirst = MAX2( 4000. , thermal.ConstTemp ); 
     388                        TeFirst = MAX2( 10000. , thermal.ConstTemp );TestCode();//rm this line 
    388389                        /* true allow ionization stage trimming, false blocks it */ 
    389390                }