From: Marc Fehling <mafehling.git@gmail.com>
Date: Fri, 11 Feb 2022 21:59:47 +0000 (-0700)
Subject: step-55: remove comment
X-Git-Tag: v9.4.0-rc1~500^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13362%2Fhead;p=dealii.git

step-55: remove comment
---

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