Skip to content

Commit

Permalink
clang-format-ed
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Feb 15, 2022
1 parent 492e111 commit 2cdf140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/ScheduleManager.hh
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ struct ScheduleManagerData : BaseGlobalStruct
int NumSchedules = 0;

// Logical Variables for Module
bool ScheduleInputProcessed = false; // This is false until the Schedule Input has been processed.
bool ScheduleInputProcessed = false; // This is false until the Schedule Input has been processed.
bool ScheduleFileShadingProcessed = false; // This is false unless there is a Schedule:File:Shading object.

// Object Data
Expand Down

3 comments on commit 2cdf140

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ScheduleFile_DaylightSavingsToggle (nmerket) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3244 of 3248 tests passed, 0 test warnings)

Messages:\n

  • 4 tests had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 754
  • Failed: 4

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ScheduleFile_DaylightSavingsToggle (nmerket) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1730 of 1730 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ScheduleFile_DaylightSavingsToggle (nmerket) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (742 of 742 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.