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/Multiplier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Multiplier.cpp') diff --git a/Project/Multiplier.cpp b/Project/Multiplier.cpp index 14dd182..87324a4 100644 --- a/Project/Multiplier.cpp +++ b/Project/Multiplier.cpp @@ -33,7 +33,7 @@ void Multiplier::DrawSymbol() const DrawLine(xSymbol, GL_LINES); } -bool Multiplier::Solve(double input, double timeStep) +bool Multiplier::Solve(double input, double timeStep, double currentTime) { std::vector inputVector; for(auto itN = m_nodeList.begin(), itNEnd = m_nodeList.end(); itN != itNEnd; ++itN) { -- cgit