| 34 | | /** tend is lowest temperature, set with stop temperature command */ |
| 35 | | realnum tend; |
| | 31 | /** highest allowed zone temperature, set with stop temperature exceeds command */ |
| | 32 | realnum TempHiStopZone; |
| | 33 | /** highest allowed iteration temperature, set with stop time temperature exceeds command */ |
| | 34 | realnum TempHiStopIteration; |
| | 35 | |
| | 36 | /** TempLoStopZone is lowest temperature to allow in radial zone integrations, |
| | 37 | * set with stop temperature command */ |
| | 38 | realnum TempLoStopZone; |
| | 39 | /** TempLoStopIteration is lowest temperature to allow in iterations, |
| | 40 | * set with stop time temperature command, used to stop time dependent sims */ |
| | 41 | realnum TempLoStopIteration; |