Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball committed Aug 28, 2020
1 parent c92d64b commit fdb6ed9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/EnergyPlus/FanCoilUnits.cc
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ namespace FanCoilUnits {

// check for inlet side air mixer
GetATMixer(state,
*state.dataZoneAirLoopEquipmentManager, FanCoil(FanCoilNum).Name,
FanCoil(FanCoilNum).Name,
ATMixerName,
ATMixerNum,
ATMixerType,
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/HVACVariableRefrigerantFlow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4488,7 +4488,7 @@ namespace HVACVariableRefrigerantFlow {

// Get AirTerminal mixer data
GetATMixer(state,
*state.dataZoneAirLoopEquipmentManager, VRFTU(VRFTUNum).Name,
VRFTU(VRFTUNum).Name,
VRFTU(VRFTUNum).ATMixerName,
VRFTU(VRFTUNum).ATMixerIndex,
VRFTU(VRFTUNum).ATMixerType,
Expand Down
6 changes: 3 additions & 3 deletions src/EnergyPlus/PackagedTerminalHeatPump.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ namespace PackagedTerminalHeatPump {

// Get AirTerminal mixer data
GetATMixer(state,
*state.dataZoneAirLoopEquipmentManager, PTUnit(PTUnitNum).Name,
PTUnit(PTUnitNum).Name,
PTUnit(PTUnitNum).ATMixerName,
PTUnit(PTUnitNum).ATMixerIndex,
PTUnit(PTUnitNum).ATMixerType,
Expand Down Expand Up @@ -1957,7 +1957,7 @@ namespace PackagedTerminalHeatPump {

// Get AirTerminal mixer data
GetATMixer(state,
*state.dataZoneAirLoopEquipmentManager, PTUnit(PTUnitNum).Name,
PTUnit(PTUnitNum).Name,
PTUnit(PTUnitNum).ATMixerName,
PTUnit(PTUnitNum).ATMixerIndex,
PTUnit(PTUnitNum).ATMixerType,
Expand Down Expand Up @@ -2831,7 +2831,7 @@ namespace PackagedTerminalHeatPump {

// Get AirTerminal mixer data
GetATMixer(state,
*state.dataZoneAirLoopEquipmentManager, PTUnit(PTUnitNum).Name,
PTUnit(PTUnitNum).Name,
PTUnit(PTUnitNum).ATMixerName,
PTUnit(PTUnitNum).ATMixerIndex,
PTUnit(PTUnitNum).ATMixerType,
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/SingleDuct.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5918,7 +5918,7 @@ namespace SingleDuct {
}

void GetATMixer(EnergyPlusData &state,
ZoneAirLoopEquipmentManagerData &dataZoneAirLoopEquipmentManager, std::string const &ZoneEquipName, // zone unit name name
std::string const &ZoneEquipName, // zone unit name name
std::string &ATMixerName, // air terminal mixer name
int &ATMixerNum, // air terminal mixer index
int &ATMixerType, // air teminal mixer type
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/SingleDuct.hh
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ namespace SingleDuct {
void UpdateATMixer(int const SysNum);

void GetATMixer(EnergyPlusData &state,
ZoneAirLoopEquipmentManagerData &dataZoneAirLoopEquipmentManager, std::string const &ZoneEquipName, // zone unit name name
std::string const &ZoneEquipName, // zone unit name name
std::string &ATMixerName, // air terminal mixer name
int &ATMixerNum, // air terminal mixer index
int &ATMixerType, // air teminal mixer type
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/UnitVentilator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ namespace UnitVentilator {

// Get AirTerminal mixer data
GetATMixer(state,
*state.dataZoneAirLoopEquipmentManager, UnitVent(UnitVentNum).Name,
UnitVent(UnitVentNum).Name,
UnitVent(UnitVentNum).ATMixerName,
UnitVent(UnitVentNum).ATMixerIndex,
UnitVent(UnitVentNum).ATMixerType,
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/UnitarySystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3183,7 +3183,7 @@ namespace UnitarySystems {

// Get AirTerminal mixer data
SingleDuct::GetATMixer(state,
*state.dataZoneAirLoopEquipmentManager, thisObjectName,
thisObjectName,
thisSys.m_ATMixerName,
thisSys.m_ATMixerIndex,
thisSys.ATMixerType,
Expand Down

7 comments on commit fdb6ed9

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

global_water_to_air (brianlball) - Win64-Windows-10-VisualStudio-16: OK (2183 of 2183 tests passed, 0 test warnings)

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.

global_water_to_air (brianlball) - x86_64-MacOS-10.15-clang-11.0.0: OK (2924 of 2924 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.

global_water_to_air (brianlball) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (2964 of 2964 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.

global_water_to_air (brianlball) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

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

global_water_to_air (brianlball) - x86_64-Linux-Ubuntu-18.04-custom_check: Build Failed

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

global_water_to_air (brianlball) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1490 of 1490 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.

global_water_to_air (brianlball) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (721 of 721 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.