Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Update switch_object.cpp #884

Merged
merged 2 commits into from
Apr 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion module/powerflow/switch_object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ int switch_object::init(OBJECT *parent)
//Initial check, make sure stays open
if (status == LS_OPEN)
{
phase_A_state = phase_B_state = phase_C_state = CLOSED; //Set all to open - phase checks will sort it out
phase_A_state = phase_B_state = phase_C_state = OPEN; //Set all to open - phase checks will sort it out
}
else
{
Expand Down