diff --git a/trick_source/trick_utils/SAIntegrator/src/SAIntegrator.cpp b/trick_source/trick_utils/SAIntegrator/src/SAIntegrator.cpp index f1cd4719..d422e5e6 100644 --- a/trick_source/trick_utils/SAIntegrator/src/SAIntegrator.cpp +++ b/trick_source/trick_utils/SAIntegrator/src/SAIntegrator.cpp @@ -683,7 +683,7 @@ double SA::RKF45Integrator::adaptive_step(double h) { } while (R > epsilon); advanceIndyVar(last_h); - return (default_h); + return (next_h); } // Insertion Operator