diff options
Diffstat (limited to 'Project/Electromechanical.cpp')
-rw-r--r-- | Project/Electromechanical.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Project/Electromechanical.cpp b/Project/Electromechanical.cpp index f74f546..72b2e84 100644 --- a/Project/Electromechanical.cpp +++ b/Project/Electromechanical.cpp @@ -237,7 +237,6 @@ void Electromechanical::SetEvent(double currentTime) int n = parentBus->GetElectricalData().number; std::complex<double> v = parentBus->GetElectricalData().voltage; m_yBus[n][n] -= std::complex<double>(data.activePower, -data.reactivePower) / (std::abs(v) * std::abs(v)); - } // Insert load (only disconnected load) |