From: heister Date: Mon, 4 Nov 2013 22:54:39 +0000 (+0000) Subject: fix test with 64bit X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b36269ce66cc9d26327d3e11aa99f210a4e79e5;p=dealii-svn.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(),