Skip to content

Commit 858edc4

Browse files
Docs: Fix minor typo in user callable docs (#557)
Correct ERKStep to MRIStep or SPRKStep
1 parent 0b5b2c3 commit 858edc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/arkode/guide/source/Usage/MRIStep/User_callable.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ by the user to setup and then solve an IVP using the MRIStep time-stepping
2323
module. The large majority of these routines merely wrap :ref:`underlying
2424
ARKODE functions <ARKODE.Usage.UserCallable>`, and are now deprecated
2525
-- each of these are clearly marked. However, some
26-
of these user-callable functions are specific to ERKStep, as explained
26+
of these user-callable functions are specific to MRIStep, as explained
2727
below.
2828

2929
As discussed in the main :ref:`ARKODE user-callable function introduction

doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ by the user to setup and then solve an IVP using the SPRKStep time-stepping
2020
module. The large majority of these routines merely wrap :ref:`underlying
2121
ARKODE functions <ARKODE.Usage.UserCallable>`, and are now deprecated
2222
-- each of these are clearly marked. However, some
23-
of these user-callable functions are specific to ERKStep, as explained
23+
of these user-callable functions are specific to SPRKStep, as explained
2424
below.
2525

2626
As discussed in the main :ref:`ARKODE user-callable function introduction

0 commit comments

Comments
 (0)