Skip to content

Commit

Permalink
Merge branch 'ansi_301_2022' of https://github.com/NREL/OpenStudio-ERI
Browse files Browse the repository at this point in the history
…into ansi_301_2022_airflow
  • Loading branch information
shorowit committed Jan 18, 2024
2 parents 849c1f1 + 7cf58bc commit 099cb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulesets/resources/301ruleset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ def self.set_systems_hvac_rated(orig_bldg, new_bldg)
if orig_bldg.hvac_controls.size > 0
hvac_control = orig_bldg.hvac_controls[0]
control_type = hvac_control.control_type
hvac_control_id = hvac_control_id
hvac_control_id = hvac_control.id
else
control_type = HPXML::HVACControlTypeManual
hvac_control_id = 'HVACControl'
Expand Down

0 comments on commit 099cb34

Please sign in to comment.