From d5ad8aea4d0466aa243ad0728c9c96b25582e979 Mon Sep 17 00:00:00 2001 From: frohne Date: Tue, 1 Nov 2011 04:06:32 +0000 Subject: [PATCH] remove the distribute after solving git-svn-id: https://svn.dealii.org/trunk@24714 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-41/step-41.cc | 2 -- 1 file changed, 2 deletions(-) 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} -- 2.39.5