diff options
Diffstat (limited to 'Project/Line.h')
-rw-r--r-- | Project/Line.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/Line.h b/Project/Line.h index 2310126..7e50fc7 100644 --- a/Project/Line.h +++ b/Project/Line.h @@ -20,7 +20,8 @@ struct LineElectricalData { double lineSize = 100.0; bool useLinePower = false; - // Power flow + // Power flow (p.u.) + std::complex<double> current[2] = {std::complex<double>(0.0, 0.0), std::complex<double>(0.0, 0.0)}; std::complex<double> powerFlow[2] = {std::complex<double>(0.0, 0.0), std::complex<double>(0.0, 0.0)}; // Fault |