From ac784ce4fecaf2074e83e72e11286bce5b9fd7c5 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 5 Jul 2021 12:12:31 -0500 Subject: [PATCH] Unbreak code folding in grudge.op --- grudge/op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grudge/op.py b/grudge/op.py index 7843d67f..f38b466a 100644 --- a/grudge/op.py +++ b/grudge/op.py @@ -832,7 +832,7 @@ def face_mass(dcoll: DiscretizationCollection, *args): .. math:: - \sum_{f=1}^{N_{\text{faces}}} \mathbf{M}_{f, E}\mathbf{f}|_f, + \sum_{f=1}^{N_{\text{faces}} } \mathbf{M}_{f, E}\mathbf{f}|_f, where -- GitLab