Skip to content

Commit

Permalink
SpaceSizing - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Aug 1, 2023
1 parent ae68c32 commit 77a2107
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/EnergyPlus/ZoneEquipmentManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2621,10 +2621,6 @@ void UpdateZoneSizing(EnergyPlusData &state, Constant::CallIndicator const CallI
// CallIndicator = 3 (EndDay) calculate daily maxima
// CallIndicator = 4 (EndZoneSizingCalc) write out results

// SUBROUTINE PARAMETER DEFINITIONS:

static constexpr std::string_view RoutineName("UpdateZoneSizing");

switch (CallIndicator) {
case Constant::CallIndicator::BeginDay: {
for (int CtrlZoneNum = 1; CtrlZoneNum <= state.dataGlobal->NumOfZones; ++CtrlZoneNum) {
Expand Down

0 comments on commit 77a2107

Please sign in to comment.