Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/arkode/guide/source/Usage/MRIStep/User_callable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ARKODE.Usage.UserCallable>`, 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
Expand Down
2 changes: 1 addition & 1 deletion doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ by the user to setup and then solve an IVP using the SPRKStep time-stepping
module. The large majority of these routines merely wrap :ref:`underlying
ARKODE functions <ARKODE.Usage.UserCallable>`, 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 SPRKStep, as explained
below.

As discussed in the main :ref:`ARKODE user-callable function introduction
Expand Down
Loading