| 291 | } |
| 292 | |
| 293 | boost::optional<double> SizingSystem_Impl::coolingDesignCapacity() const { |
| 294 | return getDouble(OS_Sizing_SystemFields::CoolingDesignCapacity, true); |
| 295 | } |
| 296 | |
| 297 | bool SizingSystem_Impl::isCoolingDesignCapacityAutosized() const { |
| 298 | bool result = false; |
no outgoing calls