From: Wolfgang Bangerth Date: Wed, 25 Sep 2013 22:56:28 +0000 (+0000) Subject: Use types::global_dof_indices. X-Git-Tag: v8.1.0~570^2~203 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250a0ae78368fdf84d4dc739fc91259840d41a50;p=dealii.git Use types::global_dof_indices. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30934 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/fe_values_view_23_nonsymmetric.cc b/tests/deal.II/fe_values_view_23_nonsymmetric.cc index b2b3918294..e4f434802b 100644 --- a/tests/deal.II/fe_values_view_23_nonsymmetric.cc +++ b/tests/deal.II/fe_values_view_23_nonsymmetric.cc @@ -64,7 +64,7 @@ void test (const Triangulation &tr, .get_function_divergences (fe_function, divergences); // now do the same "by hand" - std::vector local_dof_indices (fe.dofs_per_cell); + std::vector local_dof_indices (fe.dofs_per_cell); dof.begin_active()->get_dof_indices (local_dof_indices); for (unsigned int q=0; q