From: heister Date: Mon, 3 Dec 2012 19:35:48 +0000 (+0000) Subject: step-40: we don't need update_ghost_values() any more X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e617673691b6fd418ea7c38d881d8ef02831ba;p=dealii-svn.git 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 --- 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(); }