From: frohne Date: Tue, 1 Nov 2011 04:06:32 +0000 (+0000) Subject: remove the distribute after solving X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ad8aea4d0466aa243ad0728c9c96b25582e979;p=dealii-svn.git remove the distribute after solving git-svn-id: https://svn.dealii.org/trunk@24714 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-41/step-41.cc b/deal.II/examples/step-41/step-41.cc index c5debca4dc..cb8c34fb5e 100644 --- a/deal.II/examples/step-41/step-41.cc +++ b/deal.II/examples/step-41/step-41.cc @@ -677,8 +677,6 @@ void Step4::solve () << " CG iterations needed to obtain convergence with an error: " << reduction_control.last_value() << std::endl; - - constraints.distribute (solution); } // @sect4{Step4::output_results}