Changeset 2080 for branches/newmole/source
- Timestamp:
- 05/17/08 10:01:22 (8 months ago)
- Location:
- branches/newmole/source
- Files:
-
- 2 modified
-
iso_level.cpp (modified) (1 diff)
-
radius_increment.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/iso_level.cpp
r2079 r2080 337 337 if( nelem-ipISO < N_MOLE_ION) 338 338 { 339 //source += mole.source[nelem][nelem-ipISO];339 source += mole.source[nelem][nelem-ipISO]; 340 340 sink += mole.sink[nelem][nelem-ipISO]; 341 341 -
branches/newmole/source/radius_increment.cpp
r2079 r2080 81 81 /* following block only set of asserts to check that iso populations are sane */ 82 82 # if !defined(NDEBUG) 83 if( 0 &&!dynamics.lgAdvection )83 if( !dynamics.lgAdvection ) 84 84 { 85 85 long int ipISO;
