From 5e99db91624cea9308cb296544d81ce1fa4951e5 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Mon, 25 Sep 2017 01:50:23 -0300 Subject: Zero xd bug fixed, some parameters showed The calculation is wrong --- Project/Electromechanical.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Project/Electromechanical.h') diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h index 37ea4f2..9de4171 100644 --- a/Project/Electromechanical.h +++ b/Project/Electromechanical.h @@ -44,6 +44,8 @@ class Electromechanical : public ElectricCalculation std::vector m_transEdErrorVector; std::vector m_transEqErrorVector; std::vector m_numItVector; + std::vector m_sdCVector; + std::vector m_sqCVector; protected: void SetEventTimeList(); @@ -110,6 +112,8 @@ class Electromechanical : public ElectricCalculation // tests double m_wError = 0.0; + double m_sdC = 0.0; + double m_sqC = 0.0; double m_numIt = 0; }; -- cgit