Changeset 2139 for branches/newmole/source/abundances.cpp
- Timestamp:
- 06/29/08 09:04:54 (6 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/abundances.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/abundances.cpp
r1780 r2139 272 272 /* if stop temp set below default then we are going into cold and possibly 273 273 * molecular gas - check some parameters in this case */ 274 if( called.lgTalk && (StopCalc. tend< phycon.TEMP_STOP_DEFAULT ||274 if( called.lgTalk && (StopCalc.TempLoStopZone < phycon.TEMP_STOP_DEFAULT || 275 275 /* thermal.ConstTemp def is zero, set pos when used */ 276 276 (thermal.ConstTemp > 0. && thermal.ConstTemp < phycon.TEMP_STOP_DEFAULT ) ) ) … … 278 278 279 279 /* print warning if temperature set below default but C > O */ 280 if( dense. gas_phase[ipCARBON]/SDIV( dense.gas_phase[ipOXYGEN]) >= 1. )280 if( dense.lgElmtOn[ipOXYGEN] && dense.gas_phase[ipCARBON]/SDIV( dense.gas_phase[ipOXYGEN]) >= 1. ) 281 281 { 282 282 fprintf( ioQQQ, "\n >>> \n"
