From 3f2f03cc1aac38ad880c0859707b30654a3c935c Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 8 Nov 2017 19:22:56 -0200 Subject: File handling implamentation of ZIP loads (and simulation data) Version updated --- Project/PropertiesData.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/PropertiesData.h') diff --git a/Project/PropertiesData.h b/Project/PropertiesData.h index 1943d52..deba3e9 100644 --- a/Project/PropertiesData.h +++ b/Project/PropertiesData.h @@ -29,8 +29,8 @@ struct SimulationData { // General simulation data double basePower = 100.0; ElectricalUnit basePowerUnit = UNIT_MVA; - bool faultAfterPowerFlow = true; - bool scPowerAfterPowerFlow = true; + bool faultAfterPowerFlow = false; + bool scPowerAfterPowerFlow = false; // Power flow PowerFlowMethod powerFlowMethod = GAUSS_SEIDEL; -- cgit