diff options
Diffstat (limited to 'Project/TransferFunction.h')
-rw-r--r-- | Project/TransferFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/TransferFunction.h b/Project/TransferFunction.h index 776ecb7..a3d4555 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); virtual Element* GetCopy(); |