Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Aug 11, 2021
1 parent d7fb6a5 commit b14b368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EnergyPlus/PVWatts.cc
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ namespace PVWatts {
auto it = PVWattsGenerators.find(GeneratorName);
if (it == PVWattsGenerators.end()) {
// It's not in the map, add it.
int ObjNum =
state.dataInputProcessing->inputProcessor->getObjectItemNum(state, "Generator:PVWatts", UtilityRoutines::MakeUPPERCase(GeneratorName));
int ObjNum = state.dataInputProcessing->inputProcessor->getObjectItemNum(
state, "Generator:PVWatts", UtilityRoutines::MakeUPPERCase(GeneratorName));
assert(ObjNum >= 0);
if (ObjNum == 0) {
ShowFatalError(state, "Cannot find Generator:PVWatts " + GeneratorName);
Expand Down

5 comments on commit b14b368

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

pvwatts_speedup (nmerket) - x86_64-MacOS-10.15-clang-11.0.0: OK (3119 of 3119 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

pvwatts_speedup (nmerket) - Win64-Windows-10-VisualStudio-16: OK (2374 of 2374 tests passed, 0 test warnings)

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.

pvwatts_speedup (nmerket) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3159 of 3160 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: EIO diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: MTR small diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 743
  • Failed: 1

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

pvwatts_speedup (nmerket) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1670 of 1670 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.

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

Build Badge Test Badge Coverage Badge

Please sign in to comment.