| 371 | } |
| 372 | |
| 373 | void SimulationControl_Impl::resetDoSystemSizingCalculation() { |
| 374 | bool result = setString(OS_SimulationControlFields::DoSystemSizingCalculation, ""); |
| 375 | OS_ASSERT(result); |
| 376 | } |
| 377 | |
| 378 | bool SimulationControl_Impl::setDoPlantSizingCalculation(bool doPlantSizingCalculation) { |
| 379 | bool result = false; |