Skip to content

Commit

Permalink
Fix heredoc in energyplus.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenne authored Apr 19, 2024
1 parent d9f87b8 commit 9fdd3cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/openstudio/workflow/util/energyplus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,8 @@ def self.monthly_report_idf_text
WaterSystems:DistrictCooling, !- Variable or Meter Name 13
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 13
Cogeneration:DistrictCooling, !- Variable or Meter Name 14
ValueWhenMaximumOrMinimum; !- Aggregation Type for Variable or Meter 14 HEREDOC
ValueWhenMaximumOrMinimum; !- Aggregation Type for Variable or Meter 14
HEREDOC
end
end
end
Expand Down

0 comments on commit 9fdd3cf

Please sign in to comment.