From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 21:09:05 +0000 (+0000) Subject: Move #endif to the right place, inside rather than outside the X-Git-Tag: v8.0.0~12656 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5212cf3b1e8b94f04309c807e29d848b809a6c5f;p=dealii.git 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 --- 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