From d44c3a76943c90cfcbf336961d9ba3516a1c80dc Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 13 May 2017 16:13:12 -0300 Subject: Several bugs fixed, ready to pull --- Project/Gain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Gain.cpp') diff --git a/Project/Gain.cpp b/Project/Gain.cpp index 5f65c0c..d2106d7 100644 --- a/Project/Gain.cpp +++ b/Project/Gain.cpp @@ -168,7 +168,7 @@ void Gain::Move(wxPoint2DDouble position) UpdatePoints(); } -bool Gain::Solve(double input) +bool Gain::Solve(double input, double timeStep) { m_output = input * m_value; return true; -- cgit