From 8c0400a45a5fa4e202722acae5daf25c0edbdcb8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 10 Apr 2012 08:36:09 +0000 Subject: [PATCH] Fix a type oversight. git-svn-id: https://svn.dealii.org/trunk@25402 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/hp/dof_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/source/hp/dof_handler.cc b/deal.II/source/hp/dof_handler.cc index 997a2789d2..a4f8d14cc3 100644 --- a/deal.II/source/hp/dof_handler.cc +++ b/deal.II/source/hp/dof_handler.cc @@ -2819,7 +2819,7 @@ template <> } template <> - unsigned int DoFHandler<1,3>::n_boundary_dofs (const std::set &) const + unsigned int DoFHandler<1,3>::n_boundary_dofs (const std::set &) const { Assert(false,ExcNotImplemented()); return 0; -- 2.39.5