summaryrefslogtreecommitdiffstats
path: root/Project/Fault.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-09 19:11:41 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-09 19:11:41 -0300
commit91b9c3f9909955443e74dedb248fc48fa984709b (patch)
treec1bf65c2bd297d44e258067155292d9798f4c8c9 /Project/Fault.h
parent9e1f6849c929506a17fa12185c5c0185d5287177 (diff)
downloadPSP.git-91b9c3f9909955443e74dedb248fc48fa984709b.tar.gz
PSP.git-91b9c3f9909955443e74dedb248fc48fa984709b.tar.xz
PSP.git-91b9c3f9909955443e74dedb248fc48fa984709b.zip
Data report fully implemented
Diffstat (limited to 'Project/Fault.h')
-rw-r--r--Project/Fault.h2
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;