From: Wolfgang Bangerth Date: Thu, 21 Feb 2013 02:47:24 +0000 (+0000) Subject: Improve formatting. X-Git-Tag: v8.0.0~1201 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a50737e020f977b36e6ec3a8a238d5ea1d95d8d6;p=dealii.git Improve formatting. git-svn-id: https://svn.dealii.org/trunk@28506 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);