Changeset 2125 for branches/newmole/source/cloudy.cpp
- Timestamp:
- 06/24/08 16:39:58 (7 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/cloudy.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/cloudy.cpp
r1739 r2125 223 223 224 224 /* converge the pressure-temperature-ionization solution for this zone 225 * NB ignoring return value - should be ok (return 1 for disaster) */ 225 * NB ignoring return value - should be ok (return 1 for abort) 226 * we can't break here in case of abort since there is still housekeeping 227 * that must be done in following routines */ 226 228 ConvPresTempEdenIoniz(); 227 229
