diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-04 20:04:42 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-04 20:04:42 -0300 |
commit | 6f3421c4150e49af026432a2a2be0171d741ad03 (patch) | |
tree | 4df26f8c631aeeeed6e5c9e8aab87c4c663bd30f /Project/Electromechanical.h | |
parent | 516cdb72d3ff99a1ee786d3ea24c9b579272fe76 (diff) | |
download | PSP.git-6f3421c4150e49af026432a2a2be0171d741ad03.tar.gz PSP.git-6f3421c4150e49af026432a2a2be0171d741ad03.tar.xz PSP.git-6f3421c4150e49af026432a2a2be0171d741ad03.zip |
Some bugfixes
Diffstat (limited to 'Project/Electromechanical.h')
-rw-r--r-- | Project/Electromechanical.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Project/Electromechanical.h b/Project/Electromechanical.h index f981353..b25a53b 100644 --- a/Project/Electromechanical.h +++ b/Project/Electromechanical.h @@ -72,9 +72,6 @@ class Electromechanical : public ElectricCalculation // tests double m_wError = 0.0; - double m_deltaError = 0.0; - double m_transEdError = 0.0; - double m_transEqError = 0.0; double m_numIt = 0; }; |