From 734476bea0a2b85b131f5a4d2c9e2b219af7be41 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 26 May 2017 02:21:15 -0300 Subject: Sync generator plot implemented Electromechanical calc not working --- Project/Workspace.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project/Workspace.h') diff --git a/Project/Workspace.h b/Project/Workspace.h index f007b59..ecd60df 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -33,6 +33,9 @@ class PowerFlow; class Fault; class Electromechanical; +class ElementPlotData; +class ChartView; + enum ElementID { ID_BUS = 0, ID_LINE, -- cgit