Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Nov 20, 2024
1 parent 6d25e98 commit 2d8ab50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/dolfinx/mesh/Topology.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,6 @@ mesh::create_subtopology(const Topology& topology, int dim,

auto sub_e_to_v = std::make_shared<graph::AdjacencyList<std::int32_t>>(
std::move(sub_e_to_v_vec), std::move(sub_e_to_v_offsets));
std::cout << "dim" << dim << int(entity_type) << "\n";

return {Topology(topology.comm(), entity_type, submap0, submap, sub_e_to_v),
std::move(subentities), std::move(subvertices0)};
Expand Down

0 comments on commit 2d8ab50

Please sign in to comment.