Skip to content

Commit

Permalink
Correct one more mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lgu1234 committed Feb 13, 2020
1 parent dbc8c97 commit 37bdd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/AirLoopHVACDOAS.cc
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ namespace AirLoopHVACDOAS {
} else if (SELECT_CASE_var == "COILSYSTEM:COOLING:WATER:HEATEXCHANGERASSISTED") {
OutsideAirSys(thisDOAS.m_OASystemNum).InletNodeNum(CompNum) =
HVACHXAssistedCoolingCoil::GetCoilInletNode(CompType, CompName, InletNodeErrFlag);
OutsideAirSys(thisDOAS.m_OASystemNum).InletNodeNum(CompNum) =
OutsideAirSys(thisDOAS.m_OASystemNum).OutletNodeNum(CompNum) =
HVACHXAssistedCoolingCoil::GetCoilOutletNode(CompType, CompName, OutletNodeErrFlag);
} else if (SELECT_CASE_var == "COILSYSTEM:COOLING:DX") {
OutsideAirSys(thisDOAS.m_OASystemNum).InletNodeNum(CompNum) =
Expand Down

1 comment on commit 37bdd77

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

171197179_Issue7686 (lgu1234) - x86_64-MacOS-10.13-clang: OK (2627 of 2629 tests passed, 0 test warnings)

Failures:\n

regression Test Summary

  • Passed: 672
  • Failed: 2

Build Badge Test Badge

Please sign in to comment.