Skip to content

Commit

Permalink
removing a debug invocation of get_simplex
Browse files Browse the repository at this point in the history
  • Loading branch information
mtao committed Dec 15, 2024
1 parent 9b6e9d0 commit 04824cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wmtk/operations/Operation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ void Operation::apply_attribute_transfer(const std::vector<simplex::Simplex>& 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);
}
}
Expand Down

0 comments on commit 04824cd

Please sign in to comment.