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 accdd48..cb97724 100644
--- a/Project/Exponential.h
+++ b/Project/Exponential.h
@@ -54,7 +54,7 @@ class Exponential : public ControlElement
* @param timeStep Time step.
* @return Aways true.
*/
- virtual bool Solve(double input, double timeStep);
+ virtual bool Solve(double input, double timeStep, double currentTime);
virtual Element* GetCopy();