Skip to content

Commit 65d7569

Browse files
committed
fix typo
1 parent c5831f5 commit 65d7569

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

HPXMLtoOpenStudio/measure.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<schema_version>3.1</schema_version>
44
<name>hpxm_lto_openstudio</name>
55
<uid>b1543b30-9465-45ff-ba04-1d1f85e763bc</uid>
6-
<version_id>b042e548-a240-46d9-8318-7dd0a0198c0c</version_id>
7-
<version_modified>2024-11-25T19:23:26Z</version_modified>
6+
<version_id>d7572f2d-ba95-467c-95c2-1e1f6872d727</version_id>
7+
<version_modified>2024-11-25T20:19:14Z</version_modified>
88
<xml_checksum>D8922A73</xml_checksum>
99
<class_name>HPXMLtoOpenStudio</class_name>
1010
<display_name>HPXML to OpenStudio Translator</display_name>
@@ -393,7 +393,7 @@
393393
<filename>hvac_sizing.rb</filename>
394394
<filetype>rb</filetype>
395395
<usage_type>resource</usage_type>
396-
<checksum>1AD8A19E</checksum>
396+
<checksum>C3BB7C75</checksum>
397397
</file>
398398
<file>
399399
<filename>internal_gains.rb</filename>

HPXMLtoOpenStudio/resources/hvac_sizing.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1333,8 +1333,8 @@ def self.process_load_floors(mj, hpxml_bldg, all_zone_loads, all_space_loads)
13331333
htg_loads = htg_htm * floor.net_area
13341334
all_zone_loads[zone].Cool_Floors += clg_loads
13351335
all_zone_loads[zone].Heat_Floors += htg_loads
1336-
all_space_loads[space].Cool_Roofs += clg_loads
1337-
all_space_loads[space].Heat_Roofs += htg_loads
1336+
all_space_loads[space].Cool_Floors += clg_loads
1337+
all_space_loads[space].Heat_Floors += htg_loads
13381338
detailed_output_values = DetailedOutputValues.new(area: floor.net_area,
13391339
heat_htm: htg_htm,
13401340
cool_htm: clg_htm,

0 commit comments

Comments
 (0)