From 30181ca0ae73f5f7f1856ac289db8fcf849c9a84 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 20 May 2017 17:22:47 -0300 Subject: Electromechanical class and several methods implemented --- Project/Workspace.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Workspace.h') diff --git a/Project/Workspace.h b/Project/Workspace.h index bf03a9e..f007b59 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -31,6 +31,7 @@ class Text; class PowerFlow; class Fault; +class Electromechanical; enum ElementID { ID_BUS = 0, @@ -110,6 +111,7 @@ public: bool RunPowerFlow(); bool RunFault(); bool RunSCPower(); + bool RunStability(); protected: virtual void OnIdle(wxIdleEvent& event); -- cgit