From c6d815b6b11504be68d7a97df63cfef749624418 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 20 Dec 2017 20:45:35 -0200 Subject: Math expr GUI implemented --- Project/TransferFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/TransferFunction.h') diff --git a/Project/TransferFunction.h b/Project/TransferFunction.h index 776ecb7..c87fd60 100644 --- a/Project/TransferFunction.h +++ b/Project/TransferFunction.h @@ -73,7 +73,7 @@ class TransferFunction : public ControlElement * @param timeStep Time step. * @return true if the calculation converges, false otherwise. */ - virtual bool Solve(double input, double timeStep); + virtual bool Solve(double input, double timeStep, double currentTime); virtual Element* GetCopy(); -- cgit