Changeset 1846 for branches/newmole/source/mole_h2.cpp
- Timestamp:
- 03/15/08 05:40:05 (10 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/mole_h2.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/mole_h2.cpp
r1830 r1846 114 114 collider_density[4] = dense.xIonDense[ipHYDROGEN][1]; 115 115 /* H3+ - assume that H3+ has same rates as proton */ 116 collider_density[4] += findspecies("H3+")->den;116 collider_density[4] += (realnum)findspecies("H3+")->den; 117 117 118 118 ASSERT( fp_equal(hmi.H2_total ,collider_density[2]+collider_density[3]) );
