Skip to content

Commit 4f95022

Browse files
committed
Fix new test on distributed meshes
With this in place I can't replicate the later test errors; hopefully they're just because this test threw us out of parallel sync...
1 parent e037190 commit 4f95022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mesh/boundary_info.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ public:
625625
BoundaryInfo & bi = mesh->get_boundary_info();
626626

627627
// Now we add the extra boundary ID (5) to the element on side 3
628-
auto elem = mesh->elem_ptr(0);
628+
auto elem = mesh->query_elem_ptr(0);
629629
if (elem)
630630
bi.add_side(elem, 3, 5);
631631
mesh->prepare_for_use();

0 commit comments

Comments
 (0)