diff options
Diffstat (limited to 'Project/Sum.cpp')
-rw-r--r-- | Project/Sum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Sum.cpp b/Project/Sum.cpp index 37d10f9..749a056 100644 --- a/Project/Sum.cpp +++ b/Project/Sum.cpp @@ -199,7 +199,7 @@ void Sum::Rotate(bool clockwise) } } -bool Sum::Solve(double input, double timeStep) +bool Sum::Solve(double input, double timeStep, double currentTime) { std::vector<double> inputVector; for(auto itN = m_nodeList.begin(), itNEnd = m_nodeList.end(); itN != itNEnd; ++itN) { |