Changeset 2025
- Timestamp:
- 05/05/08 09:02:52 (2 weeks ago)
- Files:
-
- trunk/source/grains.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/source/grains.cpp
r1960 r2025 1598 1598 * PAHs are strong near the ionization front and weak in the ionized and molecular gas */ 1599 1599 /* >>chng 04 sep 28, propto atomic fraction */ 1600 GrnStdDpth_v = dense.xIonDense[ipHYDROGEN][0]/dense.gas_phase[ipHYDROGEN];1600 GrnStdDpth_v = max(1.e-10,dense.xIonDense[ipHYDROGEN][0]/dense.gas_phase[ipHYDROGEN]); 1601 1601 } 1602 1602 else if( strcmp( gv.chPAH_abundance_fcn , "CON" )==0 )
