Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jul 18, 2023
1 parent 9886364 commit 217f29c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/arkode/guide/source/ARKodeSPRKTable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ ARKodeSPRKTable functions
Load the :c:type:`ARKodeSPRKTable` structure for the specified method ID.
:param id: The ID of the SPRK method. One of :ref:`SPRKStorage.id`.
:param id: The ID of the SPRK method, see :ref:`Butcher.sprk`.
:return: :c:type:`ARKodeSPRKTable` structure for the loaded method.
.. c:function:: ARKodeSPRKTable ARKodeSPRKTable_LoadByName(const char* method)
Load the :c:type:`ARKodeSPRKTable` structure for the specified method name.
:param method: The name of the SPRK method. Must be one of :ref:`SPRKStorage.id` but as a string.
:param method: The name of the SPRK method, see :ref:`Butcher.sprk`.
:return: :c:type:`ARKodeSPRKTable` structure for the loaded method.
.. c:function:: ARKodeSPRKTable ARKodeSPRKTable_Copy(ARKodeSPRKTable sprk_table)
Expand Down
2 changes: 1 addition & 1 deletion doc/arkode/guide/source/Butcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ Butcher table pairs are as follows:



.. _Butcher.symplectic:
.. _Butcher.sprk:

Symplectic Partitioned Butcher tables
-------------------------------------
Expand Down

0 comments on commit 217f29c

Please sign in to comment.