]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a couple of apparently wrong uses of types::global_dof_index -- we will never...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 2 Sep 2013 23:03:44 +0000 (23:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 2 Sep 2013 23:03:44 +0000 (23:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@30563 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/distributed/tria.h
deal.II/source/distributed/tria.cc

index d17c8c082d04f6bec0edb3634b34fcd97bf5e5f4..6275739a6145807520a6e319ee5f23554106a5f6 100644 (file)
@@ -970,8 +970,8 @@ namespace parallel
        * these variables at a
        * couple places anyway.
        */
-      std::vector<types::global_dof_index> coarse_cell_to_p4est_tree_permutation;
-      std::vector<types::global_dof_index> p4est_tree_to_coarse_cell_permutation;
+      std::vector<unsigned int> coarse_cell_to_p4est_tree_permutation;
+      std::vector<unsigned int> p4est_tree_to_coarse_cell_permutation;
 
       /**
        * dummy settings
index 3613f5b7ca1f72d34d5b971a4891f514cd978b33..d4b8767c964a3629e4eca1837294329ef8b881e3 100644 (file)
@@ -3185,7 +3185,7 @@ namespace parallel
 
 
     template <int dim, int spacedim>
-    const std::vector<types::global_dof_index> &
+    const std::vector<unsigned int> &
     Triangulation<dim, spacedim>::get_p4est_tree_to_coarse_cell_permutation() const
     {
       return p4est_tree_to_coarse_cell_permutation;

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.