From 46115e4326fc679fe6f1f2c32164b95420e689eb Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Wed, 18 Jan 2017 17:15:35 -0200 Subject: Some doc, class restruct and SC power implemented --- Project/Workspace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Workspace.h') diff --git a/Project/Workspace.h b/Project/Workspace.h index 2efdbad..3b03220 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -105,6 +105,7 @@ public: bool RunPowerFlow(); bool RunFault(); + bool RunSCPower(); protected: virtual void OnIdle(wxIdleEvent& event); -- cgit