diff options
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r-- | Project/Electromechanical.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h index d261161..4c82bb6 100644 --- a/Project/Electromechanical.h +++ b/Project/Electromechanical.h @@ -115,6 +115,7 @@ class Electromechanical : public ElectricCalculation double m_powerSystemBase = 100e6; double m_simTime = 10.0; + double m_currentTime = 0.0; double m_plotTime = 1e-2; double m_timeStep = 1e-2; double m_ctrlTimeStepMultiplier = 0.1; |