From dbe0b112622f8e91fa3e44a6b6e1aa7e230d3ded Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sun, 31 Dec 2017 17:59:10 -0200 Subject: Math Expression implemented --- Project/RateLimiter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/RateLimiter.h') diff --git a/Project/RateLimiter.h b/Project/RateLimiter.h index 5523b86..91e0b9f 100644 --- a/Project/RateLimiter.h +++ b/Project/RateLimiter.h @@ -63,7 +63,7 @@ class RateLimiter : public ControlElement * @param timeStep Time step. * @return Always true. */ - virtual bool Solve(double input, double timeStep, double currentTime); + virtual bool Solve(double* input, double timeStep); virtual Element* GetCopy(); -- cgit