summaryrefslogtreecommitdiffstats
path: root/Project/Exponential.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Exponential.h')
-rw-r--r--Project/Exponential.h2
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;