You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intconstCoolOpComp(1); // a component that cools only (chillers)
intconstDualOpComp(2); // a component that heats or cools (ice storage tank)
However, the values do not line up between the two separate sets of int flags. I've fixed the bug locally in my branch, here, but I could also get this part merged in to develop before merging my next global PR.
Details
Some additional details for this issue (if relevant):
Issue overview
While working on more global state refactoring, I was moving the OpMode
int const
flags to anenum class
.EnergyPlus/src/EnergyPlus/PlantCondLoopOperation.cc
Lines 113 to 115 in 637ea91
In doing so, I discovered that they were being compared against similar
int const
flags in SetPointManager.EnergyPlus/src/EnergyPlus/SetPointManager.cc
Lines 5048 to 5049 in 637ea91
However, the values do not line up between the two separate sets of int flags. I've fixed the bug locally in my branch, here, but I could also get this part merged in to develop before merging my next global PR.
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: