| 129 | } |
| 130 | |
| 131 | boost::optional<double> BoilerHotWater_Impl::designWaterFlowRate() const { |
| 132 | return getDouble(OS_Boiler_HotWaterFields::DesignWaterFlowRate, true); |
| 133 | } |
| 134 | |
| 135 | bool BoilerHotWater_Impl::isDesignWaterFlowRateAutosized() const { |
| 136 | bool result = false; |
no outgoing calls