Show
Ignore:
Timestamp:
05/28/08 14:24:08 (7 months ago)
Author:
rjrw
Message:

Fix for problems in

pdr_coolbb.in -- step control in newton_step.cpp

blr_nf84.in -- have to switch off NeH+ chemistry

Files:
1 modified

Legend:

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

    r2077 r2094  
    229229        sp = newspecies("ClO+  ",MOLECULE,MOLE_ACTIVE,NULL, 1158.0f); 
    230230        sp = newspecies("ArH+  ",MOLECULE,MOLE_ACTIVE,NULL, 0.0f)/* Binding Energy ?? */; 
    231         sp = newspecies("NeH+  ",MOLECULE,MOLE_ACTIVE,NULL, 0.0f)/* Binding Energy ?? */; 
     231        if (0) // Including NeH+ breaks blr_nf84.in ??? 
     232                sp = newspecies("NeH+  ",MOLECULE,MOLE_ACTIVE,NULL, 0.0f)/* Binding Energy ?? */; 
    232233        if(gv.lgDustOn && mole.lgGrain_mole_deplete ) 
    233234        {