Changeset 2096 for branches/newmole/source/mole_drive.cpp
- Timestamp:
- 05/30/08 07:04:12 (6 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/mole_drive.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/mole_drive.cpp
r2055 r2096 133 133 134 134 /* total H2 - all forms */ 135 hmi.H2_total = (realnum) findspecies("H2*")->den + findspecies("H2")->den;135 hmi.H2_total = (realnum)(findspecies("H2*")->den + findspecies("H2")->den); 136 136 /* first guess at ortho and para densities */ 137 137 h2.ortho_density = 0.75*hmi.H2_total;
