]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Changed unsigned char to new type types::boundar_id_t.
authorgoll <goll@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 May 2012 07:30:25 +0000 (07:30 +0000)
committergoll <goll@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 May 2012 07:30:25 +0000 (07:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@25476 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_tools.inst.in

index b4c14494df7b3b5151ffe533a868e87edc419dbd..f0b3fe8f53ec044ea5ba7015e194b90e17e97e29 100644 (file)
@@ -601,7 +601,7 @@ DoFTools::extract_boundary_dofs<DoFHandler<1,3> >
   (const DoFHandler<1,3> &,
    const std::vector<bool>                  &,
    std::vector<bool>                        &,
-   const std::set<unsigned char> &);
+   const std::set<types::boundary_id_t> &);
 
 template
 void
@@ -978,7 +978,7 @@ template
 void
 DoFTools::map_dof_to_boundary_indices<DoFHandler<1,3> >
 (const DoFHandler<1,3> &,
- const std::set<unsigned char> &,
+ const std::set<types::boundary_id_t> &,
  std::vector<unsigned int> &);
 
 template

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.