Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/mesh/all_rbb.C
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ protected:
CPPUNIT_ASSERT_EQUAL(boundary_mesh.n_elem(), n_faces);

auto check_radii = [&boundary_mesh, radius, type](Real radius_tol) {
constexpr int n_intervals = 40;
constexpr int n_intervals = 4;

Real max_radius_error = 0;
for (auto & elem : boundary_mesh.element_ptr_range())
Expand Down