From: Wolfgang Bangerth Date: Thu, 12 Jun 2014 05:19:56 +0000 (+0000) Subject: Remove a useless line, as pointed out by Denis Davydov. X-Git-Tag: v8.2.0-rc1~403 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa510e4a25b6156386f99d50c55a4e003a7aee8b;p=dealii.git Remove a useless line, as pointed out by Denis Davydov. git-svn-id: https://svn.dealii.org/trunk@33035 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index 5a00c00ddd..5b445fd73d 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -1901,7 +1901,6 @@ namespace Step42 if (transfer_solution) { TrilinosWrappers::MPI::Vector distributed_solution(locally_owned_dofs, mpi_communicator); - distributed_solution = solution; solution_transfer.interpolate(distributed_solution); solution = distributed_solution; compute_nonlinear_residual(solution);