diff options
Diffstat (limited to 'src/vZ')
-rw-r--r-- | src/vZ/RKF45.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vZ/RKF45.hpp b/src/vZ/RKF45.hpp index 5d40b88..5c558b7 100644 --- a/src/vZ/RKF45.hpp +++ b/src/vZ/RKF45.hpp @@ -45,7 +45,7 @@ namespace vZ typedef typename GenericAdaptiveIntegrator<Y>::Function Function; GenericRKF45Integrator(Function f) - : GenericAdaptiveIntegrator<Y>(f, 3, s_a, s_b, s_bStar) { } + : GenericAdaptiveIntegrator<Y>(f, 5, s_a, s_b, s_bStar) { } ~GenericRKF45Integrator() { } private: |