From de6147eef3561c6297d2f69904bf976a82b3c99b Mon Sep 17 00:00:00 2001 From: Shidong Jiang <shidong.jiang@njit.edu> Date: Sat, 16 May 2015 21:45:22 -0400 Subject: [PATCH] Typo fix --- meshmode/mesh/processing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshmode/mesh/processing.py b/meshmode/mesh/processing.py index cfdec7f..dfd4bd2 100644 --- a/meshmode/mesh/processing.py +++ b/meshmode/mesh/processing.py @@ -34,7 +34,7 @@ __doc__ = """ .. autofunction:: find_volume_mesh_element_orientations .. autofunction:: perform_flips .. autofunction:: find_bounding_box -.. autofunction:: merge_dijsoint_meshes +.. autofunction:: merge_disjoint_meshes .. autofunction:: affine_map """ @@ -220,7 +220,7 @@ def find_bounding_box(mesh): # {{{ merging -def merge_dijsoint_meshes(meshes, skip_tests=False): +def merge_disjoint_meshes(meshes, skip_tests=False): if not meshes: raise ValueError("must pass at least one mesh") -- GitLab