]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a type oversight.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 10 Apr 2012 08:36:09 +0000 (08:36 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 10 Apr 2012 08:36:09 +0000 (08:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@25402 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/hp/dof_handler.cc

index 997a2789d2ff8073d2a22b5a1ef4c064d99964ba..a4f8d14cc3e7860312aa46df01493f84d05730c3 100644 (file)
@@ -2819,7 +2819,7 @@ template <>
   }
 
   template <>
-  unsigned int DoFHandler<1,3>::n_boundary_dofs (const std::set<unsigned char> &) const
+  unsigned int DoFHandler<1,3>::n_boundary_dofs (const std::set<types::boundary_id_t> &) const
   {
     Assert(false,ExcNotImplemented());
     return 0;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.