From 59c28b89bb2a4eb05a87bb28154442266c35b17d Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 22 Jan 2019 15:06:09 -0200 Subject: Some code stability optimization --- Project/Electromechanical.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Electromechanical.h') 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 m_eventTimeList; std::vector m_eventOccurrenceList; -- cgit