| 322 | } |
| 323 | |
| 324 | boost::optional<double> SizingSystem_Impl::heatingDesignCapacity() const { |
| 325 | return getDouble(OS_Sizing_SystemFields::HeatingDesignCapacity, true); |
| 326 | } |
| 327 | |
| 328 | bool SizingSystem_Impl::isHeatingDesignCapacityAutosized() const { |
| 329 | bool result = false; |
no outgoing calls