]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use types::global_dof_indices.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Sep 2013 22:56:28 +0000 (22:56 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Sep 2013 22:56:28 +0000 (22:56 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30934 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/fe_values_view_23_nonsymmetric.cc

index b2b39182944516b71516296c8b95eae06809d4b9..e4f434802b985d9070b2547b4d255f350e54f966 100644 (file)
@@ -64,7 +64,7 @@ void test (const Triangulation<dim> &tr,
   .get_function_divergences (fe_function, divergences);
 
   // now do the same "by hand"
-  std::vector<unsigned int> local_dof_indices (fe.dofs_per_cell);
+  std::vector<types::global_dof_indices> local_dof_indices (fe.dofs_per_cell);
   dof.begin_active()->get_dof_indices (local_dof_indices);
 
   for (unsigned int q=0; q<quadrature.size(); ++q)

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.