Changeset 2133 for trunk/source/abundances.cpp
- Timestamp:
- 06/27/08 06:20:29 (5 months ago)
- Files:
-
- 1 modified
-
trunk/source/abundances.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/abundances.cpp
r2127 r2133 263 263 /* if stop temp set below default then we are going into cold and possibly 264 264 * molecular gas - check some parameters in this case */ 265 if( called.lgTalk && (StopCalc. tend< phycon.TEMP_STOP_DEFAULT ||265 if( called.lgTalk && (StopCalc.TempLoStopZone < phycon.TEMP_STOP_DEFAULT || 266 266 /* thermal.ConstTemp def is zero, set pos when used */ 267 267 (thermal.ConstTemp > 0. && thermal.ConstTemp < phycon.TEMP_STOP_DEFAULT ) ) )
