From: Martin Steigemann Date: Thu, 23 May 2013 10:44:49 +0000 (+0000) Subject: small fix in fe_tools.cc X-Git-Tag: v8.0.0~479 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0728e5caebeb19f66d7d2908d877f7b66da492a;p=dealii.git small fix in fe_tools.cc git-svn-id: https://svn.dealii.org/trunk@29557 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/fe/fe_tools.cc b/deal.II/source/fe/fe_tools.cc index 86b48fc369..ccff1cf311 100644 --- a/deal.II/source/fe/fe_tools.cc +++ b/deal.II/source/fe/fe_tools.cc @@ -1665,7 +1665,7 @@ namespace FETools DoFTools::extract_locally_relevant_dofs (dof2, dof2_locally_relevant_dofs); - PETScWrappers::MPI::Vector u2_out (&u1.get_mpi_communicator(), + PETScWrappers::MPI::Vector u2_out (u1.get_mpi_communicator(), dof2_locally_owned_dofs); interpolate(dof1, u1, dof2, constraints2, u2_out); PETScWrappers::MPI::Vector u2 (u1.get_mpi_communicator(),