Show
Ignore:
Timestamp:
02/19/08 16:50:12 (9 months ago)
Author:
rjrw
Message:

Fix upper limit of molecular loop for consistency.

Still appears to be too much CO destruction at present.

Files:
1 modified

Legend:

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

    r1804 r1805  
    219219         * change ionization stages with this ladder - but do not remove from  
    220220         * the ladder */ 
    221         for( ion_to=dense.IonLow[nelem]; ion_to <= limit; ion_to++ ) 
     221        for( ion_to=dense.IonLow[nelem]; ion_to <= dense.IonHigh[nelem]; ion_to++ ) 
    222222        { 
    223223                for( ion_from=dense.IonLow[nelem]; ion_from <= dense.IonHigh[nelem]; ++ion_from )