Show
Ignore:
Timestamp:
12/05/06 13:55:14 (2 years ago)
Author:
rjrw
Message:

Patch back to deal with SEGVs on previous step.

Still need to a) reorganize startup b) improve treatment of
decoupling within the network.

Files:
1 modified

Legend:

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

    r680 r684  
    16861686 
    16871687        /* >>chng 06 feb 28, turn off this rate when no grain molecules */ 
    1688         if (mole.lgGrain_mole_deplete) 
     1688        /* >>chng 06 dec 05 rjrw: do this in newreact rather than rate */ 
     1689        for( nd=0; nd < gv.nBin; nd++ ) 
    16891690        { 
    1690                 for( nd=0; nd < gv.nBin; nd++ ) 
    1691                 { 
    1692                         /* >>chng 06 mar 04, update expression for projected grain surface area, PvH */ 
    1693                         den_times_area += gv.bin[nd]->IntArea/4.*gv.bin[nd]->cnv_H_pCM3; 
    1694                 } 
     1691                /* >>chng 06 mar 04, update expression for projected grain surface area, PvH */ 
     1692                den_times_area += gv.bin[nd]->IntArea/4.*gv.bin[nd]->cnv_H_pCM3; 
    16951693        } 
    16961694