From 7d4df7195202eaea0e84f227e96f19dec4144081 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Sat, 29 Oct 2016 17:46:00 -0200 Subject: Power flow arrows implemented --- Project/Shunt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Shunt.h') diff --git a/Project/Shunt.h b/Project/Shunt.h index e44f735..cf1681d 100644 --- a/Project/Shunt.h +++ b/Project/Shunt.h @@ -22,6 +22,7 @@ public: protected: void UpdateSwitchesPosition(); + void UpdatePowerFlowArrowsPosition(); void DrawGround(wxPoint2DDouble position) const; bool m_inserted = false; -- cgit