Show
Ignore:
Timestamp:
05/17/08 10:01:22 (8 months ago)
Author:
rjrw
Message:

Revert accidental removal of checking code and molecular sources in
last commit -- these (both, in alternative ways) break the code but
allow it to run to completion on pdr_orion_veil. With them
re-instated, it stops early as before.

Location:
branches/newmole/source
Files:
2 modified

Legend:

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

    r2079 r2080  
    337337                if( nelem-ipISO < N_MOLE_ION) 
    338338                { 
    339                         //source += mole.source[nelem][nelem-ipISO]; 
     339                        source += mole.source[nelem][nelem-ipISO]; 
    340340                        sink += mole.sink[nelem][nelem-ipISO]; 
    341341                         
  • branches/newmole/source/radius_increment.cpp

    r2079 r2080  
    8181        /* following block only set of asserts to check that iso populations are sane */ 
    8282#       if !defined(NDEBUG) 
    83         if( 0 && !dynamics.lgAdvection ) 
     83        if( !dynamics.lgAdvection ) 
    8484        { 
    8585                long int ipISO;