Show
Ignore:
Timestamp:
03/15/08 05:40:05 (10 months ago)
Author:
rjrw
Message:

Fix most VS warnings

Fix bug in ordering of reactants (made obvious by VS warning on
unreachable code).

Switch off extended grain network, to get better A/B comparison with
trunk code -- previously Si freeze-out on to grains stopped CO forming
deep in pdr_leiden_f1.

Files:
1 modified

Legend:

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

    r1830 r1846  
    114114        collider_density[4] = dense.xIonDense[ipHYDROGEN][1]; 
    115115        /* H3+ - assume that H3+ has same rates as proton */ 
    116         collider_density[4] += findspecies("H3+")->den; 
     116        collider_density[4] += (realnum)findspecies("H3+")->den; 
    117117 
    118118        ASSERT( fp_equal(hmi.H2_total ,collider_density[2]+collider_density[3]) );