From 7bce7dc8ca50a03ed32f4a4656f2d845305bf368 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 21 Feb 2013 02:47:24 +0000 Subject: [PATCH] Improve formatting. git-svn-id: https://svn.dealii.org/trunk@28506 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-16/step-16.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/examples/step-16/step-16.cc b/deal.II/examples/step-16/step-16.cc index dbf89fd64d..8ebda66254 100644 --- a/deal.II/examples/step-16/step-16.cc +++ b/deal.II/examples/step-16/step-16.cc @@ -646,8 +646,7 @@ namespace Step16 // let the multilevel preconditioner make sure that we get a symmetric // operator even for nonsymmetric smoothers: typedef PreconditionSOR > Smoother; - mg::SmootherRelaxation > - mg_smoother; + mg::SmootherRelaxation > mg_smoother; mg_smoother.initialize(mg_matrices); mg_smoother.set_steps(2); mg_smoother.set_symmetric(true); -- 2.39.5