From b008bab2005802e08208982495395b7f72284616 Mon Sep 17 00:00:00 2001 From: "[6~" <inform@tiker.net> Date: Mon, 1 Jun 2020 15:30:34 -0500 Subject: [PATCH] Add missing section begin comment in meshmode.mesh --- meshmode/mesh/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmode/mesh/__init__.py b/meshmode/mesh/__init__.py index 9df70d38..c2ace66b 100644 --- a/meshmode/mesh/__init__.py +++ b/meshmode/mesh/__init__.py @@ -1382,7 +1382,7 @@ def is_boundary_tag_empty(mesh, boundary_tag): # }}} -# {{{ +# {{{ is_affine_simplex_group def is_affine_simplex_group(group, abs_tol=None): if abs_tol is None: -- GitLab