Show
Ignore:
Timestamp:
06/24/08 16:39:58 (7 months ago)
Author:
rjrw
Message:

Merged from trunk r2111:2124

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/cloudy.cpp

    r1739 r2125  
    223223 
    224224                        /* 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 */ 
    226228                        ConvPresTempEdenIoniz(); 
    227229