Skip to content

Commit

Permalink
Fix reference ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Dec 16, 2024
1 parent acda84e commit 004a608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/CondenserLoopTowers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ namespace CondenserLoopTowers {
state, UniqueSimpleTowerNames, AlphArray(1), cCurrentModuleObject, state.dataIPShortCut->cAlphaFieldNames(1), ErrorsFound);

auto &tower = state.dataCondenserLoopTowers->towers(TowerNum);
tower.VSTower = VariableSpeedTowerNumber;
tower.VSTower = TowerNum;
tower.Name = AlphArray(1);
tower.TowerType = DataPlant::PlantEquipmentType::CoolingTower_VarSpd;
tower.WaterInletNodeNum = NodeInputManager::GetOnlySingleNode(state,
Expand Down

0 comments on commit 004a608

Please sign in to comment.