From fa97587dc0b9922d04b5ac6c9871db0d7d4e461c Mon Sep 17 00:00:00 2001 From: "Daniel R. Reynolds" Date: Mon, 30 Oct 2023 22:05:53 -0500 Subject: [PATCH] Updates from code review --- doc/superbuild/source/sunadaptcontroller/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/superbuild/source/sunadaptcontroller/index.rst b/doc/superbuild/source/sunadaptcontroller/index.rst index 0b5336f55f..6ba75858a6 100644 --- a/doc/superbuild/source/sunadaptcontroller/index.rst +++ b/doc/superbuild/source/sunadaptcontroller/index.rst @@ -21,9 +21,9 @@ Time Step Adaptivity Controllers The SUNDIALS library comes packaged with a variety of :c:type:`SUNAdaptController` implementations, designed to support various forms of error-based time step adaptivity within SUNDIALS time integrators. To support applications that may -want to adjust or disable these heuristic controls, SUNDIALS provides a -:c:type:`SUNAdaptController` base class, along with a variety of default -implementations. +want to adjust the controller parameters or provide their own implementations, +SUNDIALS defines the :c:type:`SUNAdaptController` base class, along with a +variety of default implementations. .. toctree:: :maxdepth: 1