Skip to content

Commit

Permalink
Merge branch 'nonzero-cooling-speed-num' of https://github.com/NREL/E…
Browse files Browse the repository at this point in the history
…nergyPlus into merge-coil-load-ratios
  • Loading branch information
tanaya-mankad committed Jul 31, 2024
2 parents f7e0e51 + 4eadee2 commit 8590971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EnergyPlus/Coils/CoilCoolingDX.cc
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,8 @@ void CoilCoolingDX::simulate(EnergyPlusData &state,
bool const singleMode,
Real64 const LoadSHR)
{
assert(speedNum != 0);

if (this->myOneTimeInitFlag) {
this->oneTimeInit(state);
this->myOneTimeInitFlag = false;
Expand Down

0 comments on commit 8590971

Please sign in to comment.