Show
Ignore:
Timestamp:
06/21/08 17:40:17 (7 months ago)
Author:
gary
Message:

bugfix merge bugfix r2116 - did not check on conv.nTotalIoniz> StopCalc?.nTotalIonizStop

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/c08_branch/source/iter_end_chk.cpp

    r1859 r2117  
    161161        } 
    162162 
     163        else if( conv.nTotalIoniz> StopCalc.nTotalIonizStop ) 
     164        { 
     165                /* stop if exceed number of calls to conv base set with  
     166                 * stop ntotalionize 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) )