Show
Ignore:
Timestamp:
06/29/08 09:04:54 (6 months ago)
Author:
rjrw
Message:

Merged from trunk r2124:2137

Files:
1 modified

Legend:

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

    r1780 r2139  
    272272        /* if stop temp set below default then we are going into cold and possibly  
    273273         * 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 ||  
    275275                /* thermal.ConstTemp def is zero, set pos when used */ 
    276276                (thermal.ConstTemp > 0. && thermal.ConstTemp < phycon.TEMP_STOP_DEFAULT ) ) ) 
     
    278278 
    279279                /* 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. ) 
    281281                { 
    282282                        fprintf( ioQQQ, "\n >>> \n"