diff options
Diffstat (limited to 'Project/Bus.h')
-rw-r--r-- | Project/Bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Bus.h b/Project/Bus.h index e2947ac..b01a315 100644 --- a/Project/Bus.h +++ b/Project/Bus.h @@ -59,6 +59,7 @@ struct BusElectricalData { std::vector<std::complex<double> > stabVoltageVector; // Power Quality + bool plotPQData = false; std::vector<int> harmonicOrder; std::vector< std::complex<double> > harmonicVoltage; double thd = 0.0; |