summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r--Project/Workspace.h2
1 files changed, 2 insertions, 0 deletions
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);