From 5212cf3b1e8b94f04309c807e29d848b809a6c5f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 21:09:05 +0000 Subject: [PATCH] Move #endif to the right place, inside rather than outside the namespace end. git-svn-id: https://svn.dealii.org/trunk@12008 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/hp_dof_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/dofs/hp_dof_handler.h b/deal.II/deal.II/include/dofs/hp_dof_handler.h index ca3e4f7a12..5c6b90ce34 100644 --- a/deal.II/deal.II/include/dofs/hp_dof_handler.h +++ b/deal.II/deal.II/include/dofs/hp_dof_handler.h @@ -1158,10 +1158,10 @@ namespace hp { return *tria; } - -} #endif + +} #endif -- 2.39.5