From: Wolfgang Bangerth Date: Thu, 5 Jun 2025 23:18:32 +0000 (-0600) Subject: Merge pull request #18549 from drwells/remove-more-casts-to-void X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c9f2aeebb73808b338180416a29b73ebbec46b;p=dealii.git Merge pull request #18549 from drwells/remove-more-casts-to-void Remove some more casts to void. --- b3c9f2aeebb73808b338180416a29b73ebbec46b diff --cc source/grid/grid_tools_dof_handlers.cc index 1a27a0e588,06fc9ebfd4..23e4c9a2e7 --- a/source/grid/grid_tools_dof_handlers.cc +++ b/source/grid/grid_tools_dof_handlers.cc @@@ -2127,11 -2127,9 +2127,10 @@@ namespace GridTool std::vector> &matched_pairs, const dealii::Tensor<1, CellIterator::AccessorType::space_dimension> &offset, - const FullMatrix &matrix) + const FullMatrix &matrix, + const double abs_tol = 1e-10) { static const int space_dim = CellIterator::AccessorType::space_dimension; - (void)space_dim; AssertIndexRange(direction, space_dim); if constexpr (running_in_debug_mode())