From 1158ce068e3b5b391604270bf10c52d0d2f7f4db Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 16 May 2017 19:07:49 -0300 Subject: Sync generator control fixed --- Project/Exponential.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Exponential.h') diff --git a/Project/Exponential.h b/Project/Exponential.h index e9e9511..7510266 100644 --- a/Project/Exponential.h +++ b/Project/Exponential.h @@ -24,6 +24,8 @@ public: virtual bool Solve(double input, double timeStep); + virtual Element* GetCopy(); + protected: double m_aValue = 0.001; double m_bValue = 5.0; -- cgit