From 18e617673691b6fd418ea7c38d881d8ef02831ba Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 3 Dec 2012 19:35:48 +0000 Subject: [PATCH] step-40: we don't need update_ghost_values() any more git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@27736 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 ffc9cd8723..25994894d5 100644 --- a/deal.II/examples/step-40/step-40.cc +++ b/deal.II/examples/step-40/step-40.cc @@ -498,7 +498,6 @@ namespace Step40 constraints.distribute (completely_distributed_solution); locally_relevant_solution = completely_distributed_solution; - locally_relevant_solution.update_ghost_values(); } -- 2.39.5