Skip to content

Commit

Permalink
slight pedantry
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam committed Oct 21, 2024
1 parent fb3f2df commit 749dfae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions meshmode/mesh/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1634,11 +1634,9 @@ def transform2(x: np.ndarray) -> Tuple[np.ndarray, np.ndarray]:
AffineMap(offset=offset)),
1e-12))

periodic_mesh = glue_mesh_boundaries(mesh, bdry_pair_mappings_and_tols)
mesh = glue_mesh_boundaries(mesh, bdry_pair_mappings_and_tols)

return periodic_mesh
else:
return mesh
return mesh


def generate_annular_cylinder_slice_mesh(
Expand Down

0 comments on commit 749dfae

Please sign in to comment.