summaryrefslogtreecommitdiffstats
path: root/Project/Bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Bus.h')
-rw-r--r--Project/Bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Bus.h b/Project/Bus.h
index 2776462..836d2f7 100644
--- a/Project/Bus.h
+++ b/Project/Bus.h
@@ -5,6 +5,7 @@
#include "Element.h"
struct BusElectricalData {
+ int number = 0;
wxString name = "";
double nominalVoltage = 138.0;
ElectricalUnit nominalVoltageUnit = UNIT_kV;