From 0adee3b157aea0be38174fde6a45a0868b6c36e0 Mon Sep 17 00:00:00 2001 From: Steven Roberts Date: Tue, 20 Aug 2024 14:55:47 -0700 Subject: [PATCH] Update User_callable.rst --- doc/arkode/guide/source/Usage/MRIStep/User_callable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/arkode/guide/source/Usage/MRIStep/User_callable.rst b/doc/arkode/guide/source/Usage/MRIStep/User_callable.rst index 24e8497c04..6da3a217f5 100644 --- a/doc/arkode/guide/source/Usage/MRIStep/User_callable.rst +++ b/doc/arkode/guide/source/Usage/MRIStep/User_callable.rst @@ -23,7 +23,7 @@ by the user to setup and then solve an IVP using the MRIStep time-stepping module. The large majority of these routines merely wrap :ref:`underlying ARKODE functions `, and are now deprecated -- each of these are clearly marked. However, some -of these user-callable functions are specific to ERKStep, as explained +of these user-callable functions are specific to MRIStep, as explained below. As discussed in the main :ref:`ARKODE user-callable function introduction