From 2ec55b2ffb2f2e73bc640f98a90cffee23342c8f Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 12 Jun 2014 05:19:56 +0000 Subject: [PATCH] Remove a useless line, as pointed out by Denis Davydov. git-svn-id: https://svn.dealii.org/trunk@33035 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/step-42.cc | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5