Changeset 1849 for branches/newmole/source/mole_h2_form.cpp
- Timestamp:
- 03/15/08 13:48:18 (10 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/mole_h2_form.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/mole_h2_form.cpp
r1780 r1849 132 132 /* save this rate [cm3 s-1] for back reaction in levels solver for v,J */ 133 133 H2_X_Hmin_back[iVib][iRot] = 134 (realnum)(rate_interp * (mole_findr k("H,H-=>H2,e-")+135 mole_findr k("H,H-=>H2*,e-")));134 (realnum)(rate_interp * (mole_findrate("H,H-=>H2,e-")+ 135 mole_findrate("H,H-=>H2*,e-"))); 136 136 137 137 /* units cm-3 s-1 */
