From: Wolfgang Bangerth Date: Wed, 12 Feb 2025 17:18:11 +0000 (-0700) Subject: Only open/close namespace dealii once. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5d012d40f30040437d9710c6a3df6dfb588a3fc;p=dealii.git Only open/close namespace dealii once. --- 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"