Changeset 1805 for branches/newmole/source
- Timestamp:
- 02/19/08 16:50:12 (9 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/ion_solver.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/ion_solver.cpp
r1804 r1805 219 219 * change ionization stages with this ladder - but do not remove from 220 220 * 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++ ) 222 222 { 223 223 for( ion_from=dense.IonLow[nelem]; ion_from <= dense.IonHigh[nelem]; ++ion_from )
