From 5df0b53a01acfa3e41b0e106426fa874f6af81f7 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 27 May 2017 01:32:26 -0300 Subject: Some minor changes --- Project/Electromechanical.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/Electromechanical.h') diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h index 5b535a9..f8d2e99 100644 --- a/Project/Electromechanical.h +++ b/Project/Electromechanical.h @@ -47,8 +47,8 @@ class Electromechanical : public ElectricCalculation double m_powerSystemBase = 100e6; - double m_timeStep = 1e-3; - double m_tolerance = 1e-5; + double m_timeStep = 1e-2; + double m_tolerance = 1e-6; int m_maxIterations = 100; std::vector m_eventTimeList; -- cgit