From f5d012d40f30040437d9710c6a3df6dfb588a3fc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 12 Feb 2025 10:18:11 -0700 Subject: [PATCH] Only open/close namespace dealii once. --- source/meshworker/scratch_data.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/meshworker/scratch_data.cc b/source/meshworker/scratch_data.cc index 3e433864e0..fb5f449c44 100644 --- a/source/meshworker/scratch_data.cc +++ b/source/meshworker/scratch_data.cc @@ -1022,10 +1022,8 @@ namespace MeshWorker } } // namespace MeshWorker -DEAL_II_NAMESPACE_CLOSE // Explicit instantiations -DEAL_II_NAMESPACE_OPEN namespace MeshWorker { #include "meshworker/scratch_data.inst" -- 2.39.5