From: Timo Heister Date: Tue, 19 Feb 2013 16:25:19 +0000 (+0000) Subject: step-40: do not call update_ghost_values X-Git-Tag: v8.0.0~1228 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebb305ffcc95de771f2df3a31d9992ffda6fa389;p=dealii.git step-40: do not call update_ghost_values git-svn-id: https://svn.dealii.org/trunk@28470 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 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(); }