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

Commit

Permalink
Update switch_object.cpp (#884)
Browse files Browse the repository at this point in the history
Co-authored-by: aivanova5 <ivanova.alyona5@gmail.com>
  • Loading branch information
David P. Chassin and aivanova5 authored Apr 20, 2021
1 parent e8bb01d commit 2cca36e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2cca36e

Please sign in to comment.