]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Correct cut&paste bug in doc.
authorToby D. Young <tyoung@ippt.pan.pl>
Wed, 2 Mar 2011 19:17:07 +0000 (19:17 +0000)
committerToby D. Young <tyoung@ippt.pan.pl>
Wed, 2 Mar 2011 19:17:07 +0000 (19:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@23458 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/distributed/solution_transfer.h

index af3bee627c87c47027bda3dfa769a11f4866d214..9e9b981a2a73a7299f93fdb32d859d78e8fdb641 100644 (file)
@@ -52,8 +52,8 @@ namespace parallel
  *                                     // redistribute dofs,
  * dof_handler->distribute_dofs (fe);
  *                                     // and interpolate the solution
- * Vector<double> interpolate_solution(dof_handler->n_dofs());
- * soltrans.interpolate(solution, interpolated_solution);
+ * Vector<double> interpolated_solution(dof_handler->n_dofs());
+ * soltrans.interpolate(interpolated_solution);
  * @endverbatim
  * @ingroup distributed
  * @author Timo Heister, 2009

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.