From 3ee54bc80ecc11c11ef3ecd480a21622566caa1a Mon Sep 17 00:00:00 2001 From: zlyfunction Date: Wed, 11 Oct 2023 13:16:42 -0400 Subject: [PATCH] typo in comment --- src/wmtk/MultiMeshManager.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/wmtk/MultiMeshManager.hpp b/src/wmtk/MultiMeshManager.hpp index 7e380bc88f..d5efb446a0 100644 --- a/src/wmtk/MultiMeshManager.hpp +++ b/src/wmtk/MultiMeshManager.hpp @@ -54,7 +54,7 @@ class MultiMeshManager // Map functions //=========== //=========== - // Note that when we map a M-tuplefrom a K-complex to a J-complex there are different + // Note that when we map a M-tuple from a K-complex to a J-complex there are different // relationships necessary if K == J // if M == K then this is unique // if M < K then this is many to many @@ -62,7 +62,8 @@ class MultiMeshManager // if M == K then it is one to many // if M < K then it is many to many // - // Note also that functions that end with _tuple or _tuples willl return tuples rather than simplices + // Note also that functions that end with _tuple or _tuples willl return tuples rather than + // simplices //=========== // Simplex maps @@ -138,8 +139,6 @@ class MultiMeshManager map_to_child_tuples(const Mesh& my_mesh, long child_id, const Simplex& simplex) const; - - static Tuple map_tuple_between_meshes( const Mesh& source_mesh, const Mesh& target_mesh,