Skip to content

Commit 874c3ac

Browse files
committed
Removed const qualifier.
1 parent 98d2639 commit 874c3ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mesh/nodal_neighbors.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ protected:
284284
// Loop over the nodes and call find_nodal_neighbors()
285285
std::vector<const Node*> neighbor_nodes;
286286

287-
std::set<const dof_id_type> node_ids_checked;
287+
std::set<dof_id_type> node_ids_checked;
288288
for (const auto * elem : mesh.element_ptr_range())
289289
{
290290
for (const auto & node : elem->node_ref_range())

0 commit comments

Comments
 (0)