From: wolf Date: Wed, 16 Oct 2002 21:37:12 +0000 (+0000) Subject: Fix more fallout from last patch. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba7e37768a28f66e660dfbcb043469f176a836e;p=dealii-svn.git Fix more fallout from last patch. git-svn-id: https://svn.dealii.org/trunk@6668 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index e27baacf73..6569c4c532 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -2953,7 +2953,7 @@ namespace LaplaceSolver Vector dual_weights (dual_solver.dof_handler.n_dofs()); FETools::interpolation_difference (dual_solver.dof_handler, dual_hanging_node_constraints, - primal_solver.solution, + dual_solver.solution, primal_solver.dof_handler, primal_hanging_node_constraints, dual_weights);