diff options
Diffstat (limited to 'src/vZ/Simple.hpp')
-rw-r--r-- | src/vZ/Simple.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vZ/Simple.hpp b/src/vZ/Simple.hpp index 211acd6..8148ed3 100644 --- a/src/vZ/Simple.hpp +++ b/src/vZ/Simple.hpp @@ -56,7 +56,7 @@ namespace vZ void GenericSimpleIntegrator<Y>::step() { - this->y(calculateY(calculateK(m_a), m_b)); + this->y(this->calculateY(this->calculateK(m_a), m_b)); this->x(this->x() + this->h()); } } |