diff options
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. |