From cb9a660ec1bb39eaf20dc136c86e40e7c656ef63 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 2 Jun 2024 20:42:49 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20240602Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20240602Bangerth diff --git a/doc/news/changes/minor/20240602Bangerth b/doc/news/changes/minor/20240602Bangerth new file mode 100644 index 0000000000..6954e78084 --- /dev/null +++ b/doc/news/changes/minor/20240602Bangerth @@ -0,0 +1,6 @@ +Fixed: The SUNDIALS::ARKODE::solve_ode() function returned the number +of time steps at which the intermediate output function was called, +rather than the number of time steps performed as promised in the +documentation. This has now been fixed. +
+(Wolfgang Bangerth, 2024/06/02) -- 2.39.5