Skip to content

Commit

Permalink
fix table spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jul 18, 2023
1 parent 8d7c3d7 commit 9886364
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/arkode/guide/source/ARKodeSPRKTable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SPRK Method Table Structure
The method order of accuracy.

.. c:member:: int stages
The number of stages.

.. c:member:: sunrealtype* a
Expand All @@ -40,7 +40,7 @@ SPRK Method Table Structure
\vdots & \vdots & \ddots & \ddots & \vdots \\
c_s & a_1 & \cdots & a_{s-1} & 0 \\
\hline
& a_1 & \cdots & a_{s-1} & a_s
& a_1 & \cdots & a_{s-1} & a_s
\end{array}
\end{array}.
Expand Down Expand Up @@ -82,7 +82,7 @@ ARKodeSPRKTable functions
+----------------------------------------------+------------------------------------------------------------+
| :c:func:`ARKodeSPRKTable_Copy()` | Create a copy of a storage structure |
+----------------------------------------------+------------------------------------------------------------+
| :c:func:`ARKodeSPRKTable_Space()` | Get the storage structure real and integer workspace size |
| :c:func:`ARKodeSPRKTable_Space()` | Get the storage structure real and integer workspace size |
+----------------------------------------------+------------------------------------------------------------+
| :c:func:`ARKodeSPRKTable_Free()` | Deallocate a storage structure |
+----------------------------------------------+------------------------------------------------------------+
Expand Down Expand Up @@ -118,7 +118,7 @@ ARKodeSPRKTable functions
.. c:function:: void ARKodeSPRKTable_Write(ARKodeSPRKTable sprk_table, FILE* outfile)
Write the ARKodeSPRKTable out to the file.
Write the ARKodeSPRKTable out to the file.
:param sprk_table: The :c:type:`ARKodeSPRKTable` structure to write.
:param outfile: The FILE that will be written to.
Expand Down

0 comments on commit 9886364

Please sign in to comment.