From 54291220edb747c2a059ac5d316f6f7b14445404 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 2 Jun 2017 20:08:33 -0300 Subject: Insert capacitor/inductor fixed --- Project/ControlElementSolver.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Project/ControlElementSolver.cpp') 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; -- cgit