From ebb305ffcc95de771f2df3a31d9992ffda6fa389 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 19 Feb 2013 16:25:19 +0000 Subject: [PATCH] step-40: do not call update_ghost_values git-svn-id: https://svn.dealii.org/trunk@28470 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-40/step-40.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/examples/step-40/step-40.cc b/deal.II/examples/step-40/step-40.cc index 3529e209f9..54e26fdc92 100644 --- a/deal.II/examples/step-40/step-40.cc +++ b/deal.II/examples/step-40/step-40.cc @@ -452,7 +452,6 @@ namespace Step40 constraints.distribute (completely_distributed_solution); locally_relevant_solution = completely_distributed_solution; - locally_relevant_solution.update_ghost_values(); } -- 2.39.5