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/iter_end_chk.cpp

    r1800 r2125  
    161161        } 
    162162 
     163        else if( (StopCalc.nTotalIonizStop>0) && conv.nTotalIoniz> StopCalc.nTotalIonizStop ) 
     164        { 
     165                /* stop if exceed number of calls to conv base set with  
     166                 * stop nTotalIonizStop command */ 
     167                lgDone = true; 
     168                strncpy( StopCalc.chReasonStop, "nTotalIonizStop reached.", sizeof(StopCalc.chReasonStop) ); 
     169        } 
     170 
    163171        /* this flag says that 21cm line optical depth is the stop quantity */ 
    164172        else if( StopCalc.lgStop21cm && (HFLines[0].Emis->TauCon >=  StopCalc.tauend) )