Changeset 2125 for branches/newmole/source/iter_end_chk.cpp
- Timestamp:
- 06/24/08 16:39:58 (7 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/iter_end_chk.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/iter_end_chk.cpp
r1800 r2125 161 161 } 162 162 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 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) )
