diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-07-14 09:04:40 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-07-14 09:04:40 -0300 |
commit | 73e934c17098281ffccd214f7517cd0f6ce03ab6 (patch) | |
tree | 8138eb23f888d151c475aca68c5701ce2c574282 /Project/ElectricCalculation.h | |
parent | 7ddd1d26ad13ad23f520dff08485ef2794d5958b (diff) | |
download | PSP.git-73e934c17098281ffccd214f7517cd0f6ce03ab6.tar.gz PSP.git-73e934c17098281ffccd214f7517cd0f6ce03ab6.tar.xz PSP.git-73e934c17098281ffccd214f7517cd0f6ce03ab6.zip |
fault and control system implementation error fixed
Diffstat (limited to 'Project/ElectricCalculation.h')
-rw-r--r-- | Project/ElectricCalculation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/ElectricCalculation.h b/Project/ElectricCalculation.h index 9dee71a..855f02f 100644 --- a/Project/ElectricCalculation.h +++ b/Project/ElectricCalculation.h @@ -94,7 +94,8 @@ class ElectricCalculation double systemPowerBase, YBusSequence sequence = POSITIVE_SEQ, bool includeSyncMachines = false, - bool allLoadsAsImpedances = false); + bool allLoadsAsImpedances = false, + bool usePowerFlowVoltagesOnImpedances = false); /** * @brief Invert a matrix. |