lib/to_openstudio/model.rb in honeybee-openstudio-2.30.5 vs lib/to_openstudio/model.rb in honeybee-openstudio-2.30.6
- old
+ new
@@ -562,10 +562,10 @@
end
end
end
elsif TemplateHVAC.types.include?(system_type)
template_system = TemplateHVAC.new(hvac)
- os_template_system = template_system.to_openstudio(@openstudio_model, hvac['rooms'])
+ template_system.to_openstudio(@openstudio_model, hvac['rooms'])
end
end
end
end