]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make two tests compile in 64-bit mode.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Sep 2013 19:21:08 +0000 (19:21 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Sep 2013 19:21:08 +0000 (19:21 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30924 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/grid_transform.cc
tests/deal.II/grid_transform_3d.cc

index 43b800ff9839fbdfde44bbe7e1044412bc7cee70..b417626514e733cd8d22e39095cce5f71b437cd8 100644 (file)
@@ -46,7 +46,7 @@ int main ()
   // build up a map of vertex indices
   // of boundary vertices to the new
   // boundary points
-  std::map<types::global_dof_index,Point<dim> > new_points;
+  std::map<unsigned int,Point<dim> > new_points;
 
   // new center and new radius
   // of the inner circle.
index 2505c979629c6d71e3efb7390664d3ed6a39a881..72f86fd92887f1d6c45a5ed3546555893248834d 100644 (file)
@@ -44,7 +44,7 @@ int main ()
   // build up a map of vertex indices
   // of boundary vertices to the new
   // boundary points
-  std::map<types::global_dof_index,Point<dim> > new_points;
+  std::map<unsigned int,Point<dim> > new_points;
 
   Triangulation<dim>::active_cell_iterator cell=tria.begin_active(),
                                            endc=tria.end();

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.