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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Gain.h') diff --git a/Project/Gain.h b/Project/Gain.h index b2552fc..bb9c3ce 100644 --- a/Project/Gain.h +++ b/Project/Gain.h @@ -25,7 +25,7 @@ class Gain : public ControlElement virtual double GetValue() const { return m_value; } virtual void UpdatePoints(); - virtual bool Solve(double input); + virtual bool Solve(double input, double timeStep); protected: double m_value = 1.0; -- cgit