Skip to content

Commit

Permalink
Add markObjectAsUsed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondegraw committed Feb 13, 2021
1 parent cd9dfd8 commit b79153a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EnergyPlus/HeatBalanceManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4513,6 +4513,8 @@ namespace HeatBalanceManager {
continue;
}

inputProcessor->markObjectAsUsed(CurrentModuleObject, instance.key());

auto &thisConstruct(state.dataConstruction->Construct(construction_index));

// May need some additional validation of the construction here
Expand Down

4 comments on commit b79153a

@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.

remodify-source-input (jasondegraw) - x86_64-MacOS-10.15-clang-11.0.0: OK (3004 of 3010 tests passed, 31 test warnings)

Messages:\n

  • 5 tests had: Table big diffs.
  • 31 tests had: Table small diffs.

Failures:\n

FileSystem Test Summary

  • Passed: 6
  • Failed: 1

regression Test Summary

  • Passed: 712
  • Failed: 5

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

remodify-source-input (jasondegraw) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3043 of 3050 tests passed, 31 test warnings)

Messages:\n

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

Failures:\n

FileSystem Test Summary

  • Passed: 6
  • Failed: 1

regression Test Summary

  • Passed: 731
  • Failed: 6

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

remodify-source-input (jasondegraw) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1574 of 1574 tests passed, 0 test warnings)

Build Badge Test Badge Coverage 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.

remodify-source-input (jasondegraw) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (722 of 722 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.