Changeset 2133 for trunk/source/rt_ots.cpp
- Timestamp:
- 06/27/08 06:20:29 (5 months ago)
- Files:
-
- 1 modified
-
trunk/source/rt_ots.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/rt_ots.cpp
r1822 r2133 71 71 /************************************************************************** 72 72 * 73 * the bowen HeII - OIII fluorescen se problem73 * the bowen HeII - OIII fluorescence problem 74 74 * 75 75 **************************************************************************/ … … 100 100 { 101 101 /* debugging code for line oscillation problems 102 * most often Lya OTS oscillations*/ 103 /*@-redef@*/ 102 * most often Lya OTS oscillations*/ 104 103 enum {DEBUG_LOC=false}; 105 /*@+redef@*/106 104 if( DEBUG_LOC ) 107 105 { … … 268 266 /* more debugging code for rec continua */ 269 267 { 270 /*@-redef@*/271 268 enum {DEBUG_LOC=false}; 272 /*@+redef@*/273 269 if( DEBUG_LOC ) 274 270 { … … 286 282 } 287 283 288 /* now reset Lya dest prob in case is was clobbered */284 /* now reset Lya dest prob in case is was clobbered by rfield.lgHeIIOTS */ 289 285 Transitions[ipH_LIKE][ipHYDROGEN][ipH2p][ipH1s].Emis->Pdest = (realnum)save_lya_dest; 290 286 Transitions[ipH_LIKE][ipHELIUM][ipH2p][ipH1s].Emis->Pdest = (realnum)save_he2lya_dest;
