From: Wolfgang Bangerth Date: Tue, 10 Apr 2012 08:36:09 +0000 (+0000) Subject: Fix a type oversight. X-Git-Tag: v8.0.0~2688 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cef225a3821fa776ec8d295654f35f012f0dee8c;p=dealii.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;