From: Timo Heister Date: Mon, 4 Nov 2013 22:54:39 +0000 (+0000) Subject: fix test with 64bit X-Git-Tag: v8.1.0~396 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288cecaa679edb5ec7a96747ce3bcad7611026ab;p=dealii.git fix test with 64bit git-svn-id: https://svn.dealii.org/trunk@31541 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/periodicity_01.cc b/tests/mpi/periodicity_01.cc index fd775bdd57..9dc842c139 100644 --- a/tests/mpi/periodicity_01.cc +++ b/tests/mpi/periodicity_01.cc @@ -196,7 +196,7 @@ namespace Step40 FullMatrix 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); typename DoFHandler::active_cell_iterator cell = dof_handler.begin_active(),