summaryrefslogtreecommitdiffstats
path: root/Project/SyncGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/SyncGenerator.h')
-rw-r--r--Project/SyncGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/SyncGenerator.h b/Project/SyncGenerator.h
index 282d9fa..5fe078f 100644
--- a/Project/SyncGenerator.h
+++ b/Project/SyncGenerator.h
@@ -23,7 +23,7 @@ struct SyncGeneratorElectricalData {
bool haveMinReactive = false;
double minReactive = -9999.0;
ElectricalUnit minReactiveUnit = UNIT_MVAr;
- bool useMachineBase = false;
+ bool useMachineBase = true;
// Fault
double positiveResistance = 0.0;