]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a bug when using 64bit indices.
authorturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Jul 2013 15:18:48 +0000 (15:18 +0000)
committerturcksin <turcksin@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Jul 2013 15:18:48 +0000 (15:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@30158 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_generator.inst.in
deal.II/source/grid/grid_tools.cc
deal.II/source/grid/grid_tools.inst.in

index d3d46265b753fbad3539c26073ee018c9b1c0c03..5ce5fcc0f475bec12cadfb927bfc9466a8ad6254 100644 (file)
@@ -90,7 +90,7 @@ namespace GridGenerator \{
 #if deal_II_dimension > 1
   template void
     laplace_transformation<deal_II_dimension> (Triangulation<deal_II_dimension> &,
-                                              const std::map<types::global_dof_index,Point<deal_II_dimension> > &);
+                                              const std::map<unsigned int,Point<deal_II_dimension> > &);
 #endif
   
 \}  
index ed2325f2b1b3d731c11535acad745685ed489c48..a49ede55e228e84b3553f528dfb1b5d28cec9930 100644 (file)
@@ -607,7 +607,7 @@ namespace GridTools
 
   template <int dim>
   void
-  laplace_transform (const std::map<types::global_dof_index,Point<dim> > &new_points,
+  laplace_transform (const std::map<unsigned int,Point<dim> > &new_points,
                      Triangulation<dim> &triangulation)
   {
     //TODO: Move implementation of this function into the current
index 9087a8e74f8f2b41c6f7d5c586eae45086707dc7..44118972249c7376db16733070a17bf3d41a7212 100644 (file)
@@ -161,7 +161,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
 #if deal_II_dimension == deal_II_space_dimension  
     template
     void
-    laplace_transform (const std::map<types::global_dof_index,Point<deal_II_dimension> > &new_points,
+    laplace_transform (const std::map<unsigned int,Point<deal_II_dimension> > &new_points,
                        Triangulation<deal_II_dimension> &triangulation);
 
     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.