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/Exponential.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Exponential.h') diff --git a/Project/Exponential.h b/Project/Exponential.h index deb5772..e9e9511 100644 --- a/Project/Exponential.h +++ b/Project/Exponential.h @@ -22,7 +22,7 @@ public: virtual void GetValues(double& aValue, double &bValue); virtual void SetValues(double aValue, double bValue); - virtual bool Solve(double input); + virtual bool Solve(double input, double timeStep); protected: double m_aValue = 0.001; -- cgit