Skip to content

Commit

Permalink
Delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rraustad committed May 15, 2019
1 parent ce7d093 commit b2f4106
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/EnergyPlus/HVACVariableRefrigerantFlow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8602,7 +8602,6 @@ namespace HVACVariableRefrigerantFlow {
int const Mode(1); // Performance mode for MultiMode DX coil. Always 1 for other coil types
int CoolCoilNum; // index to the VRF Cooling DX coil to be simulated
int HeatCoilNum; // index to the VRF Heating DX coil to be simulated
int OAMixerNum; // OA mixer index
int OAMixNode; // index to the mix node of OA mixer
int IndexToTUInTUList; // index to TU in specific list for the VRF system
int TUListIndex; // index to TU list for this VRF system
Expand Down Expand Up @@ -10651,7 +10650,6 @@ namespace HVACVariableRefrigerantFlow {
// FUNCTION LOCAL VARIABLE DECLARATIONS:
int const Mode(1); // Performance mode for MultiMode DX coil. Always 1 for other coil types
int CoilIndex; // index to coil
int OAMixerNum; // OA mixer index
int OAMixNode; // index to the mix node of OA mixer
int VRFCond; // index to VRF condenser
int VRFTUNum; // Unit index in VRF terminal unit array
Expand Down

7 comments on commit b2f4106

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

6301-VRF-Terminal-unit-flow-balance-problems (rraustad) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

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

6301-VRF-Terminal-unit-flow-balance-problems (rraustad) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (6 of 6 tests passed, 0 test warnings)

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

6301-VRF-Terminal-unit-flow-balance-problems (rraustad) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2445 of 2446 tests passed, 0 test warnings)

Messages:\n

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

Failures:\n

regression Test Summary

  • Passed: 674
  • Failed: 1

Build Badge Test Badge

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

6301-VRF-Terminal-unit-flow-balance-problems (rraustad) - x86_64-MacOS-10.13-clang: OK (2405 of 2406 tests passed, 0 test warnings)

Messages:\n

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

Failures:\n

regression Test Summary

  • Passed: 654
  • Failed: 1

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.

6301-VRF-Terminal-unit-flow-balance-problems (rraustad) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1094 of 1094 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.

6301-VRF-Terminal-unit-flow-balance-problems (rraustad) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: OK (660 of 660 tests passed, 0 test warnings)

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

6301-VRF-Terminal-unit-flow-balance-problems (rraustad) - Win64-Windows-10-VisualStudio-16: OK (2405 of 2406 tests passed, 0 test warnings)

Messages:\n

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

Failures:\n

regression Test Summary

  • Passed: 654
  • Failed: 1

Build Badge Test Badge

Please sign in to comment.