Skip to content

Commit

Permalink
sphinx: fix malformed table
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Mar 1, 2020
1 parent c5410b0 commit 8aeb346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ Here we provide a short summary:
| | - BP2 (vector mass operator), with :math:`Q=P+1` |
| | - BP3 (scalar Laplace operator), with :math:`Q=P+1` |
| ``petsc`` | - BP4 (vector Laplace operator), with :math:`Q=P+1` |
| | - BP5 (collocated scalar Laplace operator), with :math:`Q=P` |
| | - BP6 (collocated vector Laplace operator), with :math:`Q=P` |
| | - BP5 (collocated scalar Laplace operator), with :math:`Q=P` |
| | - BP6 (collocated vector Laplace operator), with :math:`Q=P` |
+-------------------------+----------------------------------------------------------------+
| | - BP1 (scalar mass operator), with :math:`Q=P+1` |
| ``nek5000`` | - BP3 (scalar Laplace operator), with :math:`Q=P+1` |
Expand Down

0 comments on commit 8aeb346

Please sign in to comment.