lib/openstudio-standards/standards/Standards.CoolingTowerSingleSpeed.rb in openstudio-standards-0.2.14 vs lib/openstudio-standards/standards/Standards.CoolingTowerSingleSpeed.rb in openstudio-standards-0.2.15.pre.rc1
- old
+ new
@@ -3,12 +3,12 @@
include CoolingTower
# Applies the standard efficiency ratings and typical performance curves to this object.
#
- # @return [Bool] true if successful, false if not
+ # @param cooling_tower_single_speed [OpenStudio::Model::CoolingTowerSingleSpeed] single speed cooling tower
+ # @return [Bool] returns true if successful, false if not
def cooling_tower_single_speed_apply_efficiency_and_curves(cooling_tower_single_speed)
cooling_tower_apply_minimum_power_per_flow(cooling_tower_single_speed)
-
return true
end
end