Changeset 2034 for branches/c08_branch/source/grains.cpp
- Timestamp:
- 05/10/08 09:03:02 (6 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/grains.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/grains.cpp
r1817 r2034 235 235 STATIC double GrnVryDpth(long); 236 236 237 /*lint -e661 possible access of out-of-bounds pointer */238 /*lint -e662 creation of out of bounds pointer */239 240 237 /* >>chng 01 oct 29, introduced gv.bin[nd]->cnv_H_pGR, cnv_GR_pH, etc. PvH */ 241 238 … … 1601 1598 * PAHs are strong near the ionization front and weak in the ionized and molecular gas */ 1602 1599 /* >>chng 04 sep 28, propto atomic fraction */ 1603 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]); 1604 1601 } 1605 1602 else if( strcmp( gv.chPAH_abundance_fcn , "CON" )==0 ) … … 5109 5106 return GrnVryDpth_v; 5110 5107 } 5111 /*lint +e662 creation of out of bounds pointer */5112 /*lint +e661 possible access of out-of-bounds pointer */
