From: bangerth Date: Tue, 10 Apr 2012 08:36:09 +0000 (+0000) Subject: Fix a type oversight. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c0400a45a5fa4e202722acae5daf25c0edbdcb8;p=dealii-svn.git Fix a type oversight. git-svn-id: https://svn.dealii.org/trunk@25402 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;