diff options
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r-- | Project/Electromechanical.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h index 8dabe05..a023f91 100644 --- a/Project/Electromechanical.h +++ b/Project/Electromechanical.h @@ -55,7 +55,7 @@ class Electromechanical : public ElectricCalculation double m_powerSystemBase = 100e6; - double m_timeStep = 1e-3; + double m_timeStep = 1e-2; double m_tolerance = 1e-6; int m_maxIterations = 100; |