From 07da5361bdde5235ccbeaf1300045f1e1a714e01 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 24 Aug 2021 21:18:17 -0600 Subject: [PATCH] Update source/dofs/dof_handler_policy.cc Co-authored-by: Marc Fehling --- source/dofs/dof_handler_policy.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dofs/dof_handler_policy.cc b/source/dofs/dof_handler_policy.cc index 0ac1e2c52a..b9410b077f 100644 --- a/source/dofs/dof_handler_policy.cc +++ b/source/dofs/dof_handler_policy.cc @@ -192,6 +192,7 @@ namespace internal // any sense at all for (const auto &identity : *identities) { + (void)identity; Assert(identity.first < fes[fe_index_1] .template n_dofs_per_object(face_no), -- 2.39.5