Changeset 2028 for branches/newmole/source/pressure_change.cpp
- Timestamp:
- 05/06/08 16:35:36 (8 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/pressure_change.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/pressure_change.cpp
r1942 r2028 274 274 TempChange(phycon.te , false); 275 275 276 /* molecules done in hmole, only change pressure, not abundances */277 276 hmi.H2_total *= (realnum)pressure_change_factor; 278 277 h2.ortho_density *= (realnum)pressure_change_factor; 279 278 h2.para_density *= (realnum)pressure_change_factor; 280 /* molecules done in comole */281 /* >>chng 03 sep 15, upper limit had not included the C, O atoms/ions */282 /*for( ion=0; ion < NUM_HEAVY_MOLEC; ion++ )*/283 279 for( mol=0; mol < mole.num_total; mol++ ) 284 280 {
