Changeset 2117 for branches/c08_branch/source/iter_end_chk.cpp
- Timestamp:
- 06/21/08 17:40:17 (7 months ago)
- Files:
-
- 1 modified
-
branches/c08_branch/source/iter_end_chk.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/c08_branch/source/iter_end_chk.cpp
r1859 r2117 161 161 } 162 162 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 163 171 /* this flag says that 21cm line optical depth is the stop quantity */ 164 172 else if( StopCalc.lgStop21cm && (HFLines[0].Emis->TauCon >= StopCalc.tauend) )
