diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-08-09 21:01:41 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-08-09 21:01:41 -0300 |
commit | 8a1ffbc01135a1466ad7400518e4c56a4bdc3af5 (patch) | |
tree | d27db60347d5cb69781b3667d436601ae17b018e /Project/ElectricCalculation.h | |
parent | d7550fe1c173f1be296f1ce7991ad6d70ed90ceb (diff) | |
download | PSP.git-8a1ffbc01135a1466ad7400518e4c56a4bdc3af5.tar.gz PSP.git-8a1ffbc01135a1466ad7400518e4c56a4bdc3af5.tar.xz PSP.git-8a1ffbc01135a1466ad7400518e4c56a4bdc3af5.zip |
Stability properties implemented
Diffstat (limited to 'Project/ElectricCalculation.h')
-rw-r--r-- | Project/ElectricCalculation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/ElectricCalculation.h b/Project/ElectricCalculation.h index dea1927..93c422b 100644 --- a/Project/ElectricCalculation.h +++ b/Project/ElectricCalculation.h @@ -16,6 +16,8 @@ #include "SyncMotor.h" #include "Transformer.h" +#include "PropertiesData.h" + enum BusType { BUS_SLACK = 0, BUS_PV, BUS_PQ }; enum ReactiveLimitsType { |