Skip to content

Commit b826be0

Browse files
authored
Merge pull request #10450 from NREL/jsonoutputchange
Revert JSON TimeStep label
2 parents 2539df8 + 5991dec commit b826be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EnergyPlus/ResultsFramework.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ namespace ResultsFramework {
11201120

11211121
// Same issue here
11221122
static std::array<std::string, (int)ReportFreq::Num> const freqStrings = {
1123-
"Detailed", "Timestep", "Hourly", "Daily", "Monthly", "RunPeriod", "Yearly"};
1123+
"Detailed", "TimeStep", "Hourly", "Daily", "Monthly", "RunPeriod", "Yearly"};
11241124
for (ReportFreq freq :
11251125
{ReportFreq::Year, ReportFreq::Simulation, ReportFreq::Month, ReportFreq::Day, ReportFreq::Hour, ReportFreq::TimeStep}) {
11261126
if (hasFreqTSData(freq)) {

0 commit comments

Comments
 (0)