From 8028dbc2e986066cc1299ff80f717ca97aa05250 Mon Sep 17 00:00:00 2001 From: "David P. Chassin" Date: Mon, 19 Apr 2021 17:00:56 -0700 Subject: [PATCH] Update switch_object.cpp --- module/powerflow/switch_object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/powerflow/switch_object.cpp b/module/powerflow/switch_object.cpp index 6f3be2749..c7b12608e 100644 --- a/module/powerflow/switch_object.cpp +++ b/module/powerflow/switch_object.cpp @@ -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 {