Changeset 1695
- Timestamp:
- 12/18/07 14:17:52 (7 months ago)
- Files:
-
- branches/newmole/source/pressure_change.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/newmole/source/pressure_change.cpp
r1610 r1695 12 12 #include "abund.h" 13 13 #include "hmi.h" 14 #include "h2.h" 14 15 #include "trace.h" 15 16 #include "wind.h" … … 301 302 /* molecules done in hmole, only change pressure, not abundances */ 302 303 hmi.H2_total *= (realnum)pressure_change_factor; 303 304 h2.ortho_density *= (realnum)pressure_change_factor; 305 h2.para_density *= (realnum)pressure_change_factor; 304 306 /* molecules done in comole */ 305 307 /* >>chng 03 sep 15, upper limit had not included the C, O atoms/ions */
