]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/numeric/odeint/stepper/dense_output_runge_kutta.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / numeric / odeint / stepper / dense_output_runge_kutta.hpp
index 94abc5af9926273b6d41d78761ae26f9a05ad990..83982dc7bc244f34241ef3372e262d9e08a3a0d9 100644 (file)
@@ -126,7 +126,7 @@ public:
         m_t_old = m_t;
         m_t += m_dt;
         toggle_current_state();
-        return std::make_pair( m_t_old , m_dt );
+        return std::make_pair( m_t_old , m_t );
     }
 
     /*