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_etc.cpp

    r680 r684  
    189189        sp = newspecies("H2CCl+",MOLECULE,ACTIVE,NULL,0.00e+00); 
    190190        sp = newspecies("ClO+  ",MOLECULE,ACTIVE,NULL,4.00e-15); 
    191         if( gv.lgDustOn && mole.lgGrain_mole_deplete ) 
     191        if(1 || (gv.lgDustOn && mole.lgGrain_mole_deplete )) 
    192192        { 
    193193                sp = newspecies("COgrn ",MOLECULE,ACTIVE,NULL,1.00e-15);