From 6389e669374439c345c1b9f5968d124228053d41 Mon Sep 17 00:00:00 2001 From: young Date: Wed, 2 Mar 2011 19:17:07 +0000 Subject: [PATCH] Correct cut&paste bug in doc. git-svn-id: https://svn.dealii.org/trunk@23458 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/distributed/solution_transfer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/distributed/solution_transfer.h b/deal.II/include/deal.II/distributed/solution_transfer.h index af3bee627c..9e9b981a2a 100644 --- a/deal.II/include/deal.II/distributed/solution_transfer.h +++ b/deal.II/include/deal.II/distributed/solution_transfer.h @@ -52,8 +52,8 @@ namespace parallel * // redistribute dofs, * dof_handler->distribute_dofs (fe); * // and interpolate the solution - * Vector interpolate_solution(dof_handler->n_dofs()); - * soltrans.interpolate(solution, interpolated_solution); + * Vector interpolated_solution(dof_handler->n_dofs()); + * soltrans.interpolate(interpolated_solution); * @endverbatim * @ingroup distributed * @author Timo Heister, 2009 -- 2.39.5