diff options
Diffstat (limited to 'Project/Fault.h')
-rw-r--r-- | Project/Fault.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<std::vector<std::complex<double> > > m_zBusPos; std::vector<std::vector<std::complex<double> > > m_zBusNeg; |