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/Limiter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Limiter.cpp') diff --git a/Project/Limiter.cpp b/Project/Limiter.cpp index de2b669..cd76fba 100644 --- a/Project/Limiter.cpp +++ b/Project/Limiter.cpp @@ -88,7 +88,7 @@ void Limiter::UpdatePoints() } } -bool Limiter::Solve(double input) +bool Limiter::Solve(double input, double timeStep) { m_output = input; if(m_output > m_upLimit) m_output = m_upLimit; -- cgit