diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-13 16:13:12 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-13 16:13:12 -0300 |
commit | d44c3a76943c90cfcbf336961d9ba3516a1c80dc (patch) | |
tree | c8ff066e02428c9a4f8f00e488d7495026a25b22 /Project/Exponential.h | |
parent | 6cf253651521f0cdaf3a80f8ae58e9917fe2ec57 (diff) | |
download | PSP.git-d44c3a76943c90cfcbf336961d9ba3516a1c80dc.tar.gz PSP.git-d44c3a76943c90cfcbf336961d9ba3516a1c80dc.tar.xz PSP.git-d44c3a76943c90cfcbf336961d9ba3516a1c80dc.zip |
Several bugs fixed, ready to pull
Diffstat (limited to 'Project/Exponential.h')
-rw-r--r-- | Project/Exponential.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |