summaryrefslogtreecommitdiffstats
path: root/Project/Inductor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Inductor.h')
-rw-r--r--Project/Inductor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Inductor.h b/Project/Inductor.h
index d613a4c..9227fb7 100644
--- a/Project/Inductor.h
+++ b/Project/Inductor.h
@@ -25,7 +25,7 @@ class ReactiveShuntElementForm;
struct InductorElectricalData {
wxString name;
double reactivePower = 100.0;
- ElectricalUnit reactivePowerUnit = ElectricalUnit::UNIT_MVAr;
+ ElectricalUnit reactivePowerUnit = ElectricalUnit::UNIT_Mvar;
};
/**