Skip to content

Commit

Permalink
Update EndUseFuelType enum valueDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Sep 18, 2023
1 parent 7e60e81 commit 821293a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utilities/data/DataEnums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ OPENSTUDIO_ENUM(EndUseFuelType,
((OtherFuel_1)(Other Fuel 1))
((OtherFuel_2)(Other Fuel 2))
((DistrictCooling)(District Cooling))
((DistrictHeating)(District Heating))
((DistrictHeating)(District Heating Water))
((DistrictHeatingSteam)(District Heating Steam))
((Water))
);

Expand Down

0 comments on commit 821293a

Please sign in to comment.