Changeset 2085 for trunk/source/ion_solver.cpp
- Timestamp:
- 05/19/08 12:30:10 (8 months ago)
- Files:
-
- 1 modified
-
trunk/source/ion_solver.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/ion_solver.cpp
r1960 r2085 294 294 * change ionization stages with this ladder - but do not remove from 295 295 * the ladder */ 296 for( ion_to=dense.IonLow[nelem]; ion_to <= limit; ion_to++ )296 for( ion_to=dense.IonLow[nelem]; ion_to <= dense.IonHigh[nelem]; ion_to++ ) 297 297 { 298 298 for( ion_from=dense.IonLow[nelem]; ion_from <= dense.IonHigh[nelem]; ++ion_from ) … … 477 477 478 478 totsrc += mole.source[nelem][ion]; 479 /* sink next */480 /*MAT( xmat, i, i ) += mole.sink[nelem][ion];*/481 479 MAT( xmat, i, i ) -= mole.sink[nelem][ion]; 482 480 }
