]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use types::global_dof_indices.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Sep 2013 22:55:14 +0000 (22:55 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Sep 2013 22:55:14 +0000 (22:55 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30932 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/fe_values_view_24_nonsymmetric.cc

index f991583f5448f1091ed36872a81009111757b70d..76f499e0d5eddc45c18231b508d6d70dedefb888 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 i=0; i<fe.dofs_per_cell; ++i)

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.