From 04824cd4b38353b98b6441ae063b363a59894861 Mon Sep 17 00:00:00 2001 From: Michael Tao Date: Sun, 15 Dec 2024 09:12:44 -0500 Subject: [PATCH] removing a debug invocation of get_simplex --- src/wmtk/operations/Operation.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wmtk/operations/Operation.cpp b/src/wmtk/operations/Operation.cpp index 7ef551bc36..615bac12ed 100644 --- a/src/wmtk/operations/Operation.cpp +++ b/src/wmtk/operations/Operation.cpp @@ -145,8 +145,6 @@ void Operation::apply_attribute_transfer(const std::vector& di if (!s.tuple().is_null()) { assert(m_mesh.is_valid(s)); for (const simplex::IdSimplex& ss : simplex::closed_star_iterable(m_mesh, s)) { - // trying to get a simplex and this crashes - m_mesh.get_simplex(ss); all.add(ss); } }