From 91b9c3f9909955443e74dedb248fc48fa984709b Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 9 Sep 2017 19:11:41 -0300 Subject: Data report fully implemented --- Project/Fault.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Fault.h') diff --git a/Project/Fault.h b/Project/Fault.h index c72c3f4..ea68997 100644 --- a/Project/Fault.h +++ b/Project/Fault.h @@ -55,6 +55,8 @@ public: protected: wxString m_errorMsg = ""; + + double m_systemPowerBase; std::vector > > m_zBusPos; std::vector > > m_zBusNeg; -- cgit