Changeset 2116
- Timestamp:
- 06/21/08 17:38:11 (2 months ago)
- Files:
-
- 1 modified
-
trunk/source/iter_end_chk.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/iter_end_chk.cpp
r1859 r2116 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) )
