Skip to content

Commit

Permalink
Change default end use sub key to General
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGlazer committed Jan 10, 2020
1 parent a944ecd commit a4f7245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/OutputProcessor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5643,7 +5643,7 @@ void SetupOutputVariable(std::string const &VariableName, // String Na
EndUseSub = EndUseSubKey;
OnMeter = true;
} else {
EndUseSub = "";
EndUseSub = "General";
}
if (present(GroupKey)) {
Group = GroupKey;
Expand Down

0 comments on commit a4f7245

Please sign in to comment.