summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2017-01-10 16:10:43 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2017-01-10 16:10:43 -0200
commit568d04c7f692e64bc29b2ca195c2de6af7fdd43a (patch)
tree5b458c70a0cb301173d1b808374a0f367813dab5 /Project/Workspace.h
parent7928eca406f5000aabf202fd393908b097f27449 (diff)
downloadPSP.git-568d04c7f692e64bc29b2ca195c2de6af7fdd43a.tar.gz
PSP.git-568d04c7f692e64bc29b2ca195c2de6af7fdd43a.tar.xz
PSP.git-568d04c7f692e64bc29b2ca195c2de6af7fdd43a.zip
Elements data update
Elements data update after fault calculation implemented.
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 e4e0a37..f138410 100644
--- a/Project/Workspace.h
+++ b/Project/Workspace.h
@@ -28,6 +28,7 @@ class ElementDataObject;
class Text;
class PowerFlow;
+class Fault;
enum WorkspaceMode {
MODE_EDIT = 0,
@@ -103,6 +104,7 @@ public:
void IncrementElementNumber(ElementID elementID) { m_elementNumber[elementID]++; }
bool RunPowerFlow();
+ bool RunFault();
protected:
virtual void OnIdle(wxIdleEvent& event);