diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-06-02 20:08:33 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-06-02 20:08:33 -0300 |
commit | 54291220edb747c2a059ac5d316f6f7b14445404 (patch) | |
tree | 6b6f104520879f7d4f371c8ae982bab866f3190f /Project/ControlElementSolver.cpp | |
parent | 0e0a956edd98d71b22d5be2c85b0fc2049a77c4a (diff) | |
download | PSP.git-54291220edb747c2a059ac5d316f6f7b14445404.tar.gz PSP.git-54291220edb747c2a059ac5d316f6f7b14445404.tar.xz PSP.git-54291220edb747c2a059ac5d316f6f7b14445404.zip |
Insert capacitor/inductor fixed
Diffstat (limited to 'Project/ControlElementSolver.cpp')
-rw-r--r-- | Project/ControlElementSolver.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Project/ControlElementSolver.cpp b/Project/ControlElementSolver.cpp index 55cb313..7c58512 100644 --- a/Project/ControlElementSolver.cpp +++ b/Project/ControlElementSolver.cpp @@ -35,7 +35,11 @@ ControlElementSolver::ControlElementSolver(ControlElementContainer* ctrlContaine Initialize(parent, timeStep, integrationError, startAllZero, input); } -void ControlElementSolver::Initialize(wxWindow* parent, double timeStep, double integrationError, bool startAllZero, double input) +void ControlElementSolver::Initialize(wxWindow* parent, + double timeStep, + double integrationError, + bool startAllZero, + double input) { // Check if the sistem have one input and one output bool fail = false; |