Skip to content

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Jan 2, 2025
1 parent 8807d19 commit 5b425ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BuildResidentialHPXML/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3547,7 +3547,7 @@ def run(model, runner, user_arguments)
return false
end

Model.reset(model, runner)
Model.reset(runner, model)

Version.check_openstudio_version()

Expand Down
6 changes: 3 additions & 3 deletions BuildResidentialHPXML/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>build_residential_hpxml</name>
<uid>a13a8983-2b01-4930-8af2-42030b6e4233</uid>
<version_id>9f4f70a0-8bc7-4144-a4cf-3b34b8057a01</version_id>
<version_modified>2025-01-02T23:31:28Z</version_modified>
<version_id>9020722b-d574-4332-96a0-10d947d437fc</version_id>
<version_modified>2025-01-02T23:48:53Z</version_modified>
<xml_checksum>2C38F48B</xml_checksum>
<class_name>BuildResidentialHPXML</class_name>
<display_name>HPXML Builder</display_name>
Expand Down Expand Up @@ -7544,7 +7544,7 @@
<filename>measure.rb</filename>
<filetype>rb</filetype>
<usage_type>script</usage_type>
<checksum>8E925D51</checksum>
<checksum>DF604C07</checksum>
</file>
<file>
<filename>constants.rb</filename>
Expand Down

0 comments on commit 5b425ef

Please sign in to comment.