From d0b321d2e4d2d82908298066f6adae4bd81cf677 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 2 Jan 2013 23:11:02 +0000 Subject: [PATCH] fix bug introduced git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@27909 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/dofs/dof_handler.h b/deal.II/include/deal.II/dofs/dof_handler.h index a26dbeb35b..972d1c1864 100644 --- a/deal.II/include/deal.II/dofs/dof_handler.h +++ b/deal.II/include/deal.II/dofs/dof_handler.h @@ -1035,8 +1035,8 @@ private: /** * Make accessor objects friends. */ - template friend class DoFAccessor; - template friend class DoFCellAccessor; + template friend class DoFAccessor; + template friend class DoFCellAccessor; friend struct dealii::internal::DoFAccessor::Implementation; friend struct dealii::internal::DoFCellAccessor::Implementation; -- 2.39.5