| 355 | } |
| 356 | |
| 357 | void SimulationControl_Impl::resetDoZoneSizingCalculation() { |
| 358 | bool result = setString(OS_SimulationControlFields::DoZoneSizingCalculation, ""); |
| 359 | OS_ASSERT(result); |
| 360 | } |
| 361 | |
| 362 | bool SimulationControl_Impl::setDoSystemSizingCalculation(bool doSystemSizingCalculation) { |
| 363 | bool result = false; |