File tree Expand file tree Collapse file tree
src/EnergyPlus/AirflowNetwork Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ namespace AirflowNetwork {
8080 MinCheckForceClose // Force open when closing elapsed time is less than minimum closing time
8181 };
8282
83- enum ProbabilityCheck // TODO: make enum class
83+ enum ProbabilityCheck // Needs to be used as an output variable
8484 {
8585 NoAction = 0 , // No action from probability check
8686 ForceChange, // Force open or close from probability check
Original file line number Diff line number Diff line change @@ -5348,7 +5348,7 @@ namespace AirflowNetwork {
53485348 MultizoneSurfaceData(i).OpenElapsedTime = 0.0;
53495349 MultizoneSurfaceData(i).OpeningStatus = AirflowNetwork::OpenStatus::FreeOperation;
53505350 MultizoneSurfaceData(i).OpeningProbStatus = AirflowNetwork::ProbabilityCheck::NoAction;
5351- MultizoneSurfaceData(i).ClosingProbStatus = 0 ;
5351+ MultizoneSurfaceData(i).ClosingProbStatus = AirflowNetwork::ProbabilityCheck::NoAction ;
53525352 }
53535353 }
53545354 }
You can’t perform that action at this time.
0 commit comments