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

tests/deal.II/fe_values_view_21_nonsymmetric.cc

index 5cab8bb4d3ef8107f41d5429eb3bb31a8afed32a..2c9639df0911497cb561e63b51db2a5ccc096ebe 100644 (file)
@@ -108,7 +108,7 @@ void MixedElastoPlasticity<dim>::make_grid_and_dofs()
   DoFRenumbering::component_wise(dof_handler);
 
   // total number of dof per block component
-  std::vector<unsigned int> dofs_per_block(2);
+  std::vector<types::global_dof_indices> dofs_per_block(2);
   DoFTools::count_dofs_per_block(dof_handler, dofs_per_block, block_component);
 
   const unsigned int n_stress_dof = dofs_per_block[0];

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.