Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmaddison committed Jun 4, 2024
1 parent 7a16ab4 commit f6bd081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tlm_adjoint/firedrake/block_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def dual_sample(self):
.. math::
X = \Xi^{-T} \sqrt{ \Xi^T M \Xi } Z,
X = \Xi^{-T} \sqrt{ \Xi^T M \Xi } Z.
Returns
-------
Expand All @@ -413,7 +413,7 @@ def sample(self):
.. math::
X = M^{-1} \Xi^{-T} \sqrt{ \Xi^T M \Xi } Z,
X = M^{-1} \Xi^{-T} \sqrt{ \Xi^T M \Xi } Z.
Returns
-------
Expand Down

0 comments on commit f6bd081

Please sign in to comment.