From 4e7b751c20dd06a59c9d7ac3e74e13283d7e5b50 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Fri, 31 May 2013 18:08:15 +0000 Subject: [PATCH] Fix some tests. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29692 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/mg_04.cc | 2 +- tests/mpi/multigrid_adaptive.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/mpi/mg_04.cc b/tests/mpi/mg_04.cc index 915f012865..a388c08a23 100644 --- a/tests/mpi/mg_04.cc +++ b/tests/mpi/mg_04.cc @@ -90,7 +90,7 @@ void test() for (;cell!=endc;++cell) { - std::vector dofs(fe.n_dofs_per_cell()); + std::vector dofs(fe.n_dofs_per_cell()); cell->get_mg_dof_indices(dofs); for (unsigned int i=0;i cell_matrix (dofs_per_cell, dofs_per_cell); Vector cell_rhs (dofs_per_cell); - std::vector local_dof_indices (dofs_per_cell); + std::vector local_dof_indices (dofs_per_cell); const Coefficient coefficient; std::vector coefficient_values (n_q_points); @@ -305,7 +305,7 @@ namespace Step50 FullMatrix cell_matrix (dofs_per_cell, dofs_per_cell); - std::vector local_dof_indices (dofs_per_cell); + std::vector local_dof_indices (dofs_per_cell); const Coefficient coefficient; std::vector coefficient_values (n_q_points); -- 2.39.5