From f550884392227e46463541a77de5f86285c1139e Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 11 Feb 2022 14:59:47 -0700 Subject: [PATCH] step-55: remove comment --- examples/step-55/step-55.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/step-55/step-55.cc b/examples/step-55/step-55.cc index b5d9256372..24e690ee13 100644 --- a/examples/step-55/step-55.cc +++ b/examples/step-55/step-55.cc @@ -463,10 +463,7 @@ namespace Step55 dof_handler.locally_owned_dofs()), mpi_communicator, locally_relevant_dofs); - preconditioner_matrix.reinit(owned_partitioning, - // owned_partitioning, - dsp, - mpi_communicator); + preconditioner_matrix.reinit(owned_partitioning, dsp, mpi_communicator); } // Finally, we construct the block vectors with the right sizes. The -- 2.39.5