diff options
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r-- | Project/Electromechanical.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h index 573c0c2..65275e5 100644 --- a/Project/Electromechanical.h +++ b/Project/Electromechanical.h @@ -126,6 +126,8 @@ class Electromechanical : public ElectricCalculation double m_tolerance = 1e-8; int m_maxIterations = 100; double m_saturationTolerance = 1e-8; + + int m_currentPoint = 0; std::vector<double> m_eventTimeList; std::vector<bool> m_eventOccurrenceList; |